ISnapshotGenerationAgent.MaxNetworkOptimization Property

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Property MaxNetworkOptimization As Boolean 
    Get 
    Set
'Usage
Dim instance As ISnapshotGenerationAgent 
Dim value As Boolean 

value = instance.MaxNetworkOptimization

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

Property Value

Type: System.Boolean
True if the out-of-partition deletes are sent to the Subscriber; otherwise, false.

See Also

Reference

ISnapshotGenerationAgent Interface

Microsoft.SqlServer.Replication Namespace