This topic has not yet been rated - Rate this topic

DatabaseSecurityAdapter.IsOwnerSysadmin Property

Determines if the database owner has a sysadmin role.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public bool IsOwnerSysadmin { get; }

Property Value

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

Implements

IDatabaseSecurityFacet.IsOwnerSysadmin

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.