此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the packet size associated with the agent.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)
语法
声明
Public Property PacketSize As Integer
Get
Set
用法
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)
属性值
类型:System.Int32
The packet size associated with the agent.