ConnectionInfo.CompressionLevel Property

 

Applies To: SQL Server (starting with 2016)

Gets the compression level associated with the ConnectionInfo object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public int CompressionLevel { get; }
public:
property int CompressionLevel {
    int get();
}
member CompressionLevel : int with get
Public ReadOnly Property CompressionLevel As Integer

Property Value

Type: System.Int32

An Integer compression level value.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top