DataItemTypeConverter.GetRestrictedDataType(Type) 方法

定义

获取与指定的 CLR 类型匹配的 DataItemTybe。

public static Microsoft.AnalysisServices.DataType GetRestrictedDataType (Type type);
static member GetRestrictedDataType : Type -> Microsoft.AnalysisServices.DataType
Public Shared Function GetRestrictedDataType (type As Type) As DataType

参数

type
Type

要转换的 CLR 类型。

返回

等效 OleDbType。

适用于