Compartir a través de


MandateDatabaseSubscriptions Propiedad

Gets or sets the Boolean value that determines whether the database subscriptions are permitted.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Required := False, Data := True)> _
Public Property MandateDatabaseSubscriptions As Boolean
    Get
    Set
'Uso
Dim instance As PolicyCategory
Dim value As Boolean

value = instance.MandateDatabaseSubscriptions

instance.MandateDatabaseSubscriptions = value
[SfcPropertyAttribute(Required = false, Data = true)]
public bool MandateDatabaseSubscriptions { get; set; }
[SfcPropertyAttribute(Required = false, Data = true)]
public:
property bool MandateDatabaseSubscriptions {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(Required = false, Data = true)>]
member MandateDatabaseSubscriptions : bool with get, set
function get MandateDatabaseSubscriptions () : boolean
function set MandateDatabaseSubscriptions (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether database subscriptions are permitted.
If True, database subscriptions are permitted. Otherwise, False.

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.