ServerSetupAdapter.WindowsUsersAndGroupsInSysadminRole Property

Gets array of String values that specify the users and groups in a sysadmin role.

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

Syntax

'Declaration
Public ReadOnly Property WindowsUsersAndGroupsInSysadminRole As String()
    Get
'Usage
Dim instance As ServerSetupAdapter
Dim value As String()

value = instance.WindowsUsersAndGroupsInSysadminRole
public string[] WindowsUsersAndGroupsInSysadminRole { get; }
public:
virtual property array<String^>^ WindowsUsersAndGroupsInSysadminRole {
    array<String^>^ get () sealed;
}
abstract WindowsUsersAndGroupsInSysadminRole : string[]
override WindowsUsersAndGroupsInSysadminRole : string[]
final function get WindowsUsersAndGroupsInSysadminRole () : String[]

Property Value

Type: array<System.String[]
An array of String values that specify the users and groups in a sysadmin role.

Implements

IServerSetupFacet.WindowsUsersAndGroupsInSysadminRole