共用方式為


GetColumnType 方法

命名空間:  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