IVsDataMappedObjectConverter.ConvertToUnderlyingRestriction 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由类实现时,将指定的映射限制转换为特定于数据源的基础限制。
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[]
一个包含映射的限制的数组。
返回
从映射的限制转换的基础限制。