次の方法で共有


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 エージェントでの自動管理タスクのスケジュール設定

関連項目

参照

JobServer クラス

Microsoft.SqlServer.Management.Smo.Agent 名前空間

その他の技術情報

管理タスクの自動化 (SQL Server エージェント)

SQL Server エージェントのストアド プロシージャ (Transact-SQL)