SqlConnectionInfo.PacketSize プロパティ

データの送受信のための接続で使用されるネットワーク パケット サイズをバイト単位で取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Common
アセンブリ:  Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)

構文

'宣言
Public Property PacketSize As Integer 
    Get 
    Set
'使用
Dim instance As SqlConnectionInfo 
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
接続で使用されるネットワーク パケット サイズをバイト単位で示す Int32 値です。

関連項目

参照

SqlConnectionInfo クラス

Microsoft.SqlServer.Management.Common 名前空間