GetOleDbType 方法

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

參數