AgentCore.PacketSize Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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
Public Property PacketSize As Integer 
    Get 
    Set
'Usage
Dim instance As AgentCore 
Dim value As Integer 

value = instance.PacketSize

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

Property Value

Type: Int32
The packet size associated with the agent.

See Also

Reference

AgentCore Class

Microsoft.SqlServer.Replication Namespace