Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.