次の方法で共有


ConnectionInfo.CompressionLevel プロパティ

ConnectionInfo オブジェクトに関連付けられた圧縮レベルを取得します。

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

構文

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

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

プロパティ値

型: System.Int32
圧縮レベルを示す Integer 値です。

関連項目

参照

ConnectionInfo クラス

Microsoft.AnalysisServices 名前空間