Aracılığıyla paylaş


DataItemTypeConverter.GetRestrictedDataType(Type) Method

Definition

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.

Applies to