AgentDomainGroup プロパティ
SQL Server エージェントのドメイン グループを取得します。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property AgentDomainGroup As String
Get
'使用
Dim instance As JobServer
Dim value As String
value = instance.AgentDomainGroup
[SfcPropertyAttribute]
public string AgentDomainGroup { get; }
[SfcPropertyAttribute]
public:
property String^ AgentDomainGroup {
String^ get ();
}
[<SfcPropertyAttribute>]
member AgentDomainGroup : string
function get AgentDomainGroup () : String
プロパティ値
型: System. . :: . .String
SQL Server エージェントのドメイン グループを示す String 値です。