Partager via


Propriété ISnapshotGenerationAgent.MaxNetworkOptimization

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property MaxNetworkOptimization As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ISnapshotGenerationAgent Interface

Espace de noms Microsoft.SqlServer.Replication