AgentCore.PacketSize-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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)
Eigenschaftswert
Typ: System.Int32
The packet size associated with the agent.