Condividi tramite


Proprietà DatabasePermission.Administer

Gets or sets the administer permissions to a role in the current DatabasePermission object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property Administer As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As DatabasePermission 
Dim value As Boolean 

value = instance.Administer

instance.Administer = value
public bool Administer { get; set; }
public:
property bool Administer {
    bool get ();
    void set (bool value);
}
member Administer : bool with get, set
function get Administer () : boolean 
function set Administer (value : boolean)

Valore proprietà

Tipo: System.Boolean
true means that current permission grants administer permissions to a role on the database. false means that the role has no administer permissions on the database.

Vedere anche

Riferimento

DatabasePermission Classe

Spazio dei nomi Microsoft.AnalysisServices