ConnectionInfo.TransportCompression Property
Applies To: SQL Server (starting with 2016)
Gets the TransportCompression object element with the ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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