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