Compartilhar via


Propriedade do RDL ConnectionInfo.CompressionLevel

Gets the compression level associated with the ConnectionInfo object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property CompressionLevel As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
An Integer compression level value.

Consulte também

Referência

ConnectionInfo Classe

Namespace Microsoft.AnalysisServices