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
參數
- oleDbType
型別:System.Data.OleDb.OleDbType
The type of the object to convert.
傳回值
型別:System.Type
The Type of the converted object.