DataRuleProperties.SupportedElementTypes 属性

获取数据规则支持的元素类型。

命名空间:  Microsoft.Data.Schema.StaticCodeAnalysis
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public ReadOnly Property SupportedElementTypes As IList(Of Type)
    Get
public IList<Type> SupportedElementTypes { get; }
public:
property IList<Type^>^ SupportedElementTypes {
    IList<Type^>^ get ();
}
member SupportedElementTypes : IList<Type>
function get SupportedElementTypes () : IList<Type>

属性值

类型:System.Collections.Generic.IList<Type>
IList<T> 对象,它包含 Type 对象的集合。

.NET Framework 安全性

请参见

参考

DataRuleProperties 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间

DataRule