IServerSetupFacet.WindowsUsersAndGroupsInSysadminRole Property

Gets the Windows users and groups that are assigned to the system administrator role.

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

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")> _
<DisplayNameKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")> _
ReadOnly Property WindowsUsersAndGroupsInSysadminRole As String()
    Get
'Usage
Dim instance As IServerSetupFacet
Dim value As String()

value = instance.WindowsUsersAndGroupsInSysadminRole
[DisplayDescriptionKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")]
[DisplayNameKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")]
string[] WindowsUsersAndGroupsInSysadminRole { get; }
[DisplayDescriptionKeyAttribute(L"IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")]
[DisplayNameKeyAttribute(L"IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")]
property array<String^>^ WindowsUsersAndGroupsInSysadminRole {
    array<String^>^ get ();
}
[<DisplayDescriptionKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")>]
[<DisplayNameKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")>]
abstract WindowsUsersAndGroupsInSysadminRole : string[]
function get WindowsUsersAndGroupsInSysadminRole () : String[]

Property Value

Type: array<System.String[]
A String value that specifies the Windows users and groups that are assigned to the system administrator role.