Udostępnij za pośrednictwem


Właściwość ConnectionInfo.TransportCompression

Pobiera element obiektu TransportCompression z ConnectionInfo obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public ReadOnly Property TransportCompression As TransportCompression
    Get
'Użycie
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