次の方法で共有


ServerSetupAdapter.WindowsUsersAndGroupsInSysadminRole プロパティ

sysadmin ロールのユーザーとグループを示す String 値の配列を取得します。

名前空間:  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[]
sysadmin ロールのユーザーとグループを示す String 値の配列です。

実装

IServerSetupFacet.WindowsUsersAndGroupsInSysadminRole

関連項目

参照

ServerSetupAdapter クラス

Microsoft.SqlServer.Management.Smo 名前空間