Propriété ConnectionInfo.ProtocolFormat

Gets the protocol format for the ConnectionInfo object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ProtocolFormat As ProtocolFormat 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.ProtocolFormat
A ProtocolFormat object.

Voir aussi

Référence

ConnectionInfo Classe

Espace de noms Microsoft.AnalysisServices