Partilhar via


Propriedade do RDL WindowsUsersAndGroupsInSysadminRole

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

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

Sintaxe

'Declaração
Public ReadOnly Property WindowsUsersAndGroupsInSysadminRole As String()
    Get
'Uso
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[]

Valor da propriedade

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

Implementa

IServerSetupFacet. . :: . .WindowsUsersAndGroupsInSysadminRole