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

参数