共用方式為


ConnectionInfo.ConnectionType 屬性

Gets the connection type associated with the ConnectionInfo object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property ConnectionType As ConnectionType 
    Get
'用途
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

屬性值

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

請參閱

參考

ConnectionInfo 類別

Microsoft.AnalysisServices 命名空間