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 命名空间