Compartilhar via


Propriedade do RDL PolicyCategory.MandateDatabaseSubscriptions

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Definindo propriedades

Consulte também

Referência

PolicyCategory Classe

Namespace Microsoft.SqlServer.Management.Dmf