Condividi tramite


DataItemTypeConverter.Convert(DataType) Method

Definition

Converts the specified DataItemType with the natural CLR type.

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

Parameters

type
DataType

The type of the element to convert.

Returns

The equivalent CLR type.

Applies to