OleDbTypeConverter.Convert 方法

Converts the specified object with the specified OleDbType.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Shared Function Convert ( _
    oleDbType As OleDbType _
) As Type
用法
Dim oleDbType As OleDbType 
Dim returnValue As Type 

returnValue = OleDbTypeConverter.Convert(oleDbType)
public static Type Convert(
    OleDbType oleDbType
)
public:
static Type^ Convert(
    OleDbType oleDbType
)
static member Convert : 
        oleDbType:OleDbType -> Type
public static function Convert(
    oleDbType : OleDbType
) : Type

参数

返回值

类型:System.Type
The Type of the converted object.

请参阅

参考

OleDbTypeConverter 类

Microsoft.AnalysisServices 命名空间