ConnectionInfo.PacketSize プロパティ

ConnectionInfo オブジェクトに関連付けられたパケット サイズをバイト単位で取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public ReadOnly Property PacketSize As Integer 
    Get
'使用
Dim instance As ConnectionInfo 
Dim value As Integer 

value = instance.PacketSize
public int PacketSize { get; }
public:
property int PacketSize {
    int get ();
}
member PacketSize : int
function get PacketSize () : int

プロパティ値

型: System.Int32
バイト数です。

関連項目

参照

ConnectionInfo クラス

Microsoft.AnalysisServices 名前空間