Share via


MiningStructureColumnTypes.GetColumnType 메서드

Gets or sets the specified type for a mining structure column.

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

구문

‘선언
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
A mining structure column of the specified type.

참고 항목

참조

MiningStructureColumnTypes 클래스

Microsoft.AnalysisServices 네임스페이스