共用方式為


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