Compartilhar via


Propriedade do RDL ConnectionInfo.ConnectionType

Gets the connection type associated with the ConnectionInfo object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property ConnectionType As ConnectionType 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ConnectionInfo Classe

Namespace Microsoft.AnalysisServices