ConnectionInfo.TransportCompression Property

 

Applies To: SQL Server 2016 Preview

Gets the TransportCompression object element with the ConnectionInfo object.

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

Syntax

public TransportCompression TransportCompression { get; }
public:
property TransportCompression TransportCompression {
    TransportCompression get();
}
member TransportCompression : TransportCompression with get
Public ReadOnly Property TransportCompression As TransportCompression

Property Value

Type: Microsoft.AnalysisServices.TransportCompression

A TransportCompression object.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top