ConnectionInfo.TransportCompression Property

Gets the TransportCompression object element with the ConnectionInfo object.

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

Syntax

'Declaration
Public ReadOnly Property TransportCompression As TransportCompression 
    Get
'Usage
Dim instance As ConnectionInfo 
Dim value As TransportCompression 

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

Property Value

Type: Microsoft.AnalysisServices.TransportCompression
A TransportCompression object.

See Also

Reference

ConnectionInfo Class

Microsoft.AnalysisServices Namespace