Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a Boolean value that indicates whether database subscriptions are required.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property MandateDatabaseSubscriptions As Boolean
Get
'Usage
Dim instance As PolicyCategoryInformation
Dim value As Boolean
value = instance.MandateDatabaseSubscriptions
public bool MandateDatabaseSubscriptions { get; }
public:
property bool MandateDatabaseSubscriptions {
bool get ();
}
member MandateDatabaseSubscriptions : bool
function get MandateDatabaseSubscriptions () : boolean
Property Value
Type: System.Boolean
A Boolean value that indicates whether database subscriptions are required, True if required, otherwise False.