Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: System.Int32
The packet size associated with the agent.