Partager via


Propriété TransportCompression

Gets the TransportCompression object element with the ConnectionInfo object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TransportCompression As TransportCompression
    Get
'Utilisation
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