Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.