IVsDataObjectStore.GetSupportedRestrictions(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回从对象存储中选择指定类型的对象所支持的所有限制。
public:
System::Collections::Generic::IList<System::String ^> ^ GetSupportedRestrictions(System::String ^ typeName);
public System.Collections.Generic.IList<string> GetSupportedRestrictions (string typeName);
abstract member GetSupportedRestrictions : string -> System.Collections.Generic.IList<string>
Public Function GetSupportedRestrictions (typeName As String) As IList(Of String)
参数
- typeName
- String
要为其检索受支持的限制的类型的数据源特定名称。
返回
表示支持的限制的字符串值列表。
例外
typeName 参数为 null。