DistributionDatabase.HistoryCleanupTaskName プロパティ
レプリケーション履歴テーブルのクリーンアップを行う SQL Server エージェント ジョブの名前を取得します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public ReadOnly Property HistoryCleanupTaskName As String
Get
'使用
Dim instance As DistributionDatabase
Dim value As String
value = instance.HistoryCleanupTaskName
public string HistoryCleanupTaskName { get; }
public:
property String^ HistoryCleanupTaskName {
String^ get ();
}
member HistoryCleanupTaskName : string
function get HistoryCleanupTaskName () : String
プロパティ値
型: System.String
String 値です。
説明
HistoryCleanupTaskName プロパティを取得できるのは、ディストリビューション データベースの固定データベース ロール db_owner または replmonitor のメンバー、ディストリビューション データベースを使用しているパブリケーションのパブリケーション アクセス リスト (PAL) のユーザー、またはディストリビューション データベースの MSdistributiondbs システム テーブルに対する SELECT 権限を持つユーザーだけです。
HistoryCleanupTaskName プロパティを取得すると、sp_helpdistributiondb を実行したのと同じことになります。