Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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
Property Value
Type: Microsoft.AnalysisServices.ProtocolFormat
A ProtocolFormat object.