Propriété ConnectionInfo.ConnectionType

Gets the connection type associated with the ConnectionInfo object.

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

Syntaxe

'Déclaration
Public ReadOnly Property ConnectionType As ConnectionType 
    Get
'Utilisation
Dim instance As ConnectionInfo 
Dim value As ConnectionType 

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

Valeur de propriété

Type : Microsoft.AnalysisServices.ConnectionType
A connection of type HTTP, Native Connection, or Local Cube.

Voir aussi

Référence

ConnectionInfo Classe

Espace de noms Microsoft.AnalysisServices