Udostępnij przez


IDatabaseSecurityFacet.IsOwnerSysadmin Property

Gets a Boolean value that specifies if the DBO is a system administrator. This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayDescriptionKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminDesc")> _
<DisplayNameKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminName")> _
ReadOnly Property IsOwnerSysadmin As Boolean
[DisplayDescriptionKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminDesc")] 
[DisplayNameKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminName")] 
bool IsOwnerSysadmin { get; }
[DisplayDescriptionKeyAttribute(L"IDatabaseSecurityFacet_IsOwnerSysadminDesc")] 
[DisplayNameKeyAttribute(L"IDatabaseSecurityFacet_IsOwnerSysadminName")] 
property bool IsOwnerSysadmin {
    bool get ();
}
/** @property */
boolean get_IsOwnerSysadmin ()
function get IsOwnerSysadmin () : boolean

Property Value

Boolean If True the database owner is a system administrator. If False the database owner is not a system administrator.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.