次の方法で共有


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 名前空間