ConnectionInfo.ProtocolFormat Property

 

Applies To: SQL Server (starting with 2016)

Gets the protocol format for the ConnectionInfo object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.ProtocolFormat

A ProtocolFormat object.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top