Share via


DataItemTypeConverter.Convert(DataType) 方法

定义

使用自然 CLR 类型转换指定的 DataItemType。

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

参数

type
DataType

可转换的元素类型。

返回

等效 CLR 类型。

适用于