SnapshotGenerationAgent.MaxNetworkOptimization Property

Gets or sets whether out-of-partition deletes are sent to the Subscriber.

네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

구문

‘선언
Public Property MaxNetworkOptimization As Boolean
public bool MaxNetworkOptimization { get; set; }
public:
virtual property bool MaxNetworkOptimization {
    bool get () sealed;
    void set (bool value) sealed;
}
/** @property */
public final boolean get_MaxNetworkOptimization ()

/** @property */
public final void set_MaxNetworkOptimization (boolean value)
public final function get MaxNetworkOptimization () : boolean

public final function set MaxNetworkOptimization (value : boolean)

속성 값

A Boolean value.

주의

Out-of-partition deletes refer to deletes that do not belong to the subscription to a merge publication defined by a parameterized row filter. Replicating these deletes does not affect data integrity or convergence, but they can result in unnecessary network traffic.

The default value of MaxNetworkOptimization is false.

Setting MaxNetworkOptimization to true minimizes the chances of replicating irrelevant deletes, thereby reducing network traffic and maximizing network optimization. Setting MaxNetworkOptimization to true can also increase the storage of metadata and cause performance to degrade at the Publisher if multiple levels of join filters and complex subset filters are present. You should carefully assess your replication topology and enable this optimization only if network traffic from irrelevant deletes is unacceptably high.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

SnapshotGenerationAgent Class
SnapshotGenerationAgent Members
Microsoft.SqlServer.Replication Namespace