IVsDataMappedObjectConverter.ConvertToUnderlyingRestriction 方法

定义

由类实现时,将指定的映射限制转换为特定于数据源的基础限制。

public:
 System::Object ^ ConvertToUnderlyingRestriction(System::String ^ mappedTypeName, int substitutionValueIndex, cli::array <System::Object ^> ^ mappedRestrictions);
public object ConvertToUnderlyingRestriction (string mappedTypeName, int substitutionValueIndex, object[] mappedRestrictions);
abstract member ConvertToUnderlyingRestriction : string * int * obj[] -> obj
Public Function ConvertToUnderlyingRestriction (mappedTypeName As String, substitutionValueIndex As Integer, mappedRestrictions As Object()) As Object

参数

mappedTypeName
String

映射的类型的名称。

substitutionValueIndex
Int32

替换值数组中的索引。

mappedRestrictions
Object[]

一个包含映射的限制的数组。

返回

Object

从映射的限制转换的基础限制。

适用于