Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a Boolean value that specifies if the DBO is a system administrator.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminName")> _
<DisplayDescriptionKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminDesc")> _
ReadOnly Property IsOwnerSysadmin As Boolean
Get
'Usage
Dim instance As IDatabaseSecurityFacet
Dim value As Boolean
value = instance.IsOwnerSysadmin
[DisplayNameKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminName")]
[DisplayDescriptionKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminDesc")]
bool IsOwnerSysadmin { get; }
[DisplayNameKeyAttribute(L"IDatabaseSecurityFacet_IsOwnerSysadminName")]
[DisplayDescriptionKeyAttribute(L"IDatabaseSecurityFacet_IsOwnerSysadminDesc")]
property bool IsOwnerSysadmin {
bool get ();
}
[<DisplayNameKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminName")>]
[<DisplayDescriptionKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminDesc")>]
abstract IsOwnerSysadmin : bool
function get IsOwnerSysadmin () : boolean
Property Value
Type: System.Boolean
Boolean If True the database owner is a system administrator.If False the database owner is not a system administrator.