共用方式為


MiningStructureColumnTypes.GetOleDbType 方法

Gets the OLE DB type.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Shared Function GetOleDbType ( _
    miningStructureColumnType As String _
) As OleDbType
'用途
Dim miningStructureColumnType As String 
Dim returnValue As OleDbType 

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

參數

  • miningStructureColumnType
    型別:System.String
    A reference to a mining structure column type.

傳回值

型別:System.Data.OleDb.OleDbType
Returns an instance of the specified type.

請參閱

參考

MiningStructureColumnTypes 類別

Microsoft.AnalysisServices 命名空間