Proprietà ConnectionInfo.ConnectionType
Gets the connection type associated with the ConnectionInfo object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ConnectionType As ConnectionType
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.ConnectionType
A connection of type HTTP, Native Connection, or Local Cube.