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 命名空间