DataItemTypeConverter.Convert(DataType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.