ISnapshotGenerationAgent.PacketSize Property

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.

See Also

Reference

ISnapshotGenerationAgent Interface

Microsoft.SqlServer.Replication Namespace