ISnapshotGenerationAgent.PacketSize 属性

Gets or sets the packet size associated with the agent.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)

语法

声明
Property PacketSize As Integer 
    Get 
    Set
用法
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)

属性值

类型:System.Int32
The packet size associated with the agent.

请参阅

参考

ISnapshotGenerationAgent 接口

Microsoft.SqlServer.Replication 命名空间