다음을 통해 공유


GetColumnType 메서드

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public Shared Function GetColumnType ( _
    oleDbType As OleDbType _
) As String
‘사용 방법
Dim oleDbType As OleDbType
Dim returnValue As String

returnValue = MiningStructureColumnTypes.GetColumnType(oleDbType)
public static string GetColumnType(
    OleDbType oleDbType
)
public:
static String^ GetColumnType(
    OleDbType oleDbType
)
static member GetColumnType : 
        oleDbType:OleDbType -> string 
public static function GetColumnType(
    oleDbType : OleDbType
) : String

매개 변수

반환 값

형식: System. . :: . .String