This topic has not yet been rated - Rate this topic

IDatabaseSecurityFacet.IsOwnerSysadmin Property

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)
[DisplayNameKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminName")]
[DisplayDescriptionKeyAttribute("IDatabaseSecurityFacet_IsOwnerSysadminDesc")]
bool IsOwnerSysadmin { get; }

Property Value

Type: System.Boolean
BooleanIf True the database owner is a system administrator.If False the database owner is not a system administrator.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.