Share via


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 네임스페이스