共用方式為


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 命名空間