Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the connection type associated with the ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectionType As ConnectionType
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ConnectionType
A connection of type HTTP, Native Connection, or Local Cube.