Condividi tramite


Proprietà DatabaseSecurityAdapter.IsOwnerSysadmin

Determines if the database owner has a sysadmin role.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsOwnerSysadmin As Boolean 
    Get
'Utilizzo
Dim instance As DatabaseSecurityAdapter 
Dim value As Boolean 

value = instance.IsOwnerSysadmin
public bool IsOwnerSysadmin { get; }
public:
virtual property bool IsOwnerSysadmin {
    bool get () sealed;
}
abstract IsOwnerSysadmin : bool 
override IsOwnerSysadmin : bool
final function get IsOwnerSysadmin () : boolean

Valore proprietà

Tipo: System.Boolean
Boolean indicating if the database owner is a sysadmin.

Implementa

IDatabaseSecurityFacet.IsOwnerSysadmin

Osservazioni

Returns True if the database owner is granted the sysadmin role.

Vedere anche

Riferimento

DatabaseSecurityAdapter Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo