IServerSetupFacet.SqlDomainGroup 속성

Gets the domain group for the instance of SQL Server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayDescriptionKeyAttribute("Server_SqlDomainGroupDesc")> _
<DisplayNameKeyAttribute("Server_SqlDomainGroupName")> _
ReadOnly Property SqlDomainGroup As String 
    Get
‘사용 방법
Dim instance As IServerSetupFacet 
Dim value As String 

value = instance.SqlDomainGroup
[DisplayDescriptionKeyAttribute("Server_SqlDomainGroupDesc")]
[DisplayNameKeyAttribute("Server_SqlDomainGroupName")]
string SqlDomainGroup { get; }
[DisplayDescriptionKeyAttribute(L"Server_SqlDomainGroupDesc")]
[DisplayNameKeyAttribute(L"Server_SqlDomainGroupName")]
property String^ SqlDomainGroup {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_SqlDomainGroupDesc")>]
[<DisplayNameKeyAttribute("Server_SqlDomainGroupName")>]
abstract SqlDomainGroup : string
function get SqlDomainGroup () : String

속성 값

유형: System.String
A String value that specifies the domain group for the instance of SQL Server.

속성 설정

참고 항목

참조

IServerSetupFacet 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스