DataItemTypeConverter.GetRestrictedDataType(Type) 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.
Gets the DataItemTybe that is matching the specified CLR type.
public static Microsoft.AnalysisServices.DataType GetRestrictedDataType (Type type);
static member GetRestrictedDataType : Type -> Microsoft.AnalysisServices.DataType
Public Shared Function GetRestrictedDataType (type As Type) As DataType
Parameters
- type
- Type
The CLR type to convert.
Returns
The equivalent OleDbType.