IServerSetupFacet.WindowsUsersAndGroupsInSysadminRole Propiedad
Gets the Windows users and groups that are assigned to the system administrator role.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<DisplayNameKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")> _
<DisplayDescriptionKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")> _
ReadOnly Property WindowsUsersAndGroupsInSysadminRole As String()
Get
'Uso
Dim instance As IServerSetupFacet
Dim value As String()
value = instance.WindowsUsersAndGroupsInSysadminRole
[DisplayNameKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")]
[DisplayDescriptionKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")]
string[] WindowsUsersAndGroupsInSysadminRole { get; }
[DisplayNameKeyAttribute(L"IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")]
[DisplayDescriptionKeyAttribute(L"IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")]
property array<String^>^ WindowsUsersAndGroupsInSysadminRole {
array<String^>^ get ();
}
[<DisplayNameKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")>]
[<DisplayDescriptionKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")>]
abstract WindowsUsersAndGroupsInSysadminRole : string[]
function get WindowsUsersAndGroupsInSysadminRole () : String[]
Valor de la propiedad
Tipo: array<System.String[]
A String value that specifies the Windows users and groups that are assigned to the system administrator role.