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 네임스페이스