次の方法で共有


IMergeSynchronizationAgent.MetadataRetentionCleanup プロパティ

Get or sets whether to clean up metadata.

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Property MetadataRetentionCleanup As Boolean 
    Get 
    Set
'使用
Dim instance As IMergeSynchronizationAgent 
Dim value As Boolean 

value = instance.MetadataRetentionCleanup

instance.MetadataRetentionCleanup = value
bool MetadataRetentionCleanup { get; set; }
property bool MetadataRetentionCleanup {
    bool get ();
    void set (bool value);
}
abstract MetadataRetentionCleanup : bool with get, set
function get MetadataRetentionCleanup () : boolean 
function set MetadataRetentionCleanup (value : boolean)

プロパティ値

型: System.Boolean
A Boolean value.

説明

The MetadataRetentionCleanup property defaults to true. This indicates that the Merge Agent should clean up merge metadata based on the publication retention period. A value of false indicates that the Merge Agent should not clean up merge metadata. For more information about metadata cleanup, see マージ レプリケーションの動作方法.

関連項目

参照

IMergeSynchronizationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間