ConnectionInfo.ProtocolFormat Property

Gets the protocol format for the ConnectionInfo object.

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

Syntax

'Declaration
Public ReadOnly Property ProtocolFormat As ProtocolFormat
    Get
'Usage
Dim instance As ConnectionInfo
Dim value As ProtocolFormat

value = instance.ProtocolFormat
public ProtocolFormat ProtocolFormat { get; }
public:
property ProtocolFormat ProtocolFormat {
    ProtocolFormat get ();
}
member ProtocolFormat : ProtocolFormat
function get ProtocolFormat () : ProtocolFormat