ConnectionInfo.CompressionLevel 属性

Gets the compression level associated with the ConnectionInfo object.

命名空间:  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
An Integer compression level value.

请参阅

参考

ConnectionInfo 类

Microsoft.AnalysisServices 命名空间