AgentDomainGroup プロパティ
SQL Server エージェントに関連付けられているドメイン グループを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayNameKeyAttribute("JobServer_AgentDomainGroupName")> _
<DisplayDescriptionKeyAttribute("JobServer_AgentDomainGroupDesc")> _
ReadOnly Property AgentDomainGroup As String
Get
'使用
Dim instance As IServerSetupFacet
Dim value As String
value = instance.AgentDomainGroup
[DisplayNameKeyAttribute("JobServer_AgentDomainGroupName")]
[DisplayDescriptionKeyAttribute("JobServer_AgentDomainGroupDesc")]
string AgentDomainGroup { get; }
[DisplayNameKeyAttribute(L"JobServer_AgentDomainGroupName")]
[DisplayDescriptionKeyAttribute(L"JobServer_AgentDomainGroupDesc")]
property String^ AgentDomainGroup {
String^ get ();
}
[<DisplayNameKeyAttribute("JobServer_AgentDomainGroupName")>]
[<DisplayDescriptionKeyAttribute("JobServer_AgentDomainGroupDesc")>]
abstract AgentDomainGroup : string
function get AgentDomainGroup () : String
プロパティ値
型: System. . :: . .String
SQL Server エージェントのドメイン グループの名前を示す String 値です。