共用方式為


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