Freigeben über


ISnapshotGenerationAgent.PacketSize-Eigenschaft

Gets or sets the packet size associated with the agent.

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

Syntax

'Declaration
Property PacketSize As Integer 
    Get 
    Set
'Usage
Dim instance As ISnapshotGenerationAgent 
Dim value As Integer 

value = instance.PacketSize

instance.PacketSize = value
int PacketSize { get; set; }
property int PacketSize {
    int get ();
    void set (int value);
}
abstract PacketSize : int with get, set
function get PacketSize () : int 
function set PacketSize (value : int)

Eigenschaftswert

Typ: System.Int32
The packet size associated with the agent.

Siehe auch

Verweis

ISnapshotGenerationAgent Schnittstelle

Microsoft.SqlServer.Replication-Namespace