WindowsUsersAndGroupsInSysadminRole プロパティ

システム管理者ロールに割り当てられた Windows ユーザーおよびグループを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<DisplayDescriptionKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")> _
<DisplayNameKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")> _
ReadOnly Property WindowsUsersAndGroupsInSysadminRole As String()
    Get
'使用
Dim instance As IServerSetupFacet
Dim value As String()

value = instance.WindowsUsersAndGroupsInSysadminRole
[DisplayDescriptionKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")]
[DisplayNameKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")]
string[] WindowsUsersAndGroupsInSysadminRole { get; }
[DisplayDescriptionKeyAttribute(L"IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")]
[DisplayNameKeyAttribute(L"IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")]
property array<String^>^ WindowsUsersAndGroupsInSysadminRole {
    array<String^>^ get ();
}
[<DisplayDescriptionKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleDesc")>]
[<DisplayNameKeyAttribute("IServerSetupFacet_WindowsUsersAndGroupsInSysadminRoleName")>]
abstract WindowsUsersAndGroupsInSysadminRole : string[]
function get WindowsUsersAndGroupsInSysadminRole () : String[]

プロパティ値

型: array<System. . :: . .String> [] () [] []
システム管理者ロールに割り当てられた Windows ユーザーおよびグループを示す String 値です。