次の方法で共有


AgentCore.PacketSize プロパティ

この 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.

関連項目

参照

AgentCore クラス

Microsoft.SqlServer.Replication 名前空間