ServerSetupAdapter.WindowsUsersAndGroupsInSysadminRole 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property WindowsUsersAndGroupsInSysadminRole As String()
    Get
用法
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[]

属性值

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

实现

IServerSetupFacet.WindowsUsersAndGroupsInSysadminRole

请参阅

参考

ServerSetupAdapter 类

Microsoft.SqlServer.Management.Smo 命名空间