ISnapshotGenerationAgent.MaxNetworkOptimization 屬性
Gets or sets whether out-of-partition deletes are sent to the Subscriber.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)
語法
'宣告
Property MaxNetworkOptimization As Boolean
Get
Set
'用途
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)
屬性值
型別:System.Boolean
True if the out-of-partition deletes are sent to the Subscriber; otherwise, false.