다음을 통해 공유


IServerSetupFacet.AgentDomainGroup 속성

Gets the domain group that is associated with the SQL Server Agent

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

구문

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

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

속성 값

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

속성 설정

참고 항목

참조

IServerSetupFacet 인터페이스

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