共用方式為


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>
包含 Type 物件集合的 IList<T> 物件。

.NET Framework 安全性

請參閱

參考

DataRuleProperties 類別

Microsoft.Data.Schema.StaticCodeAnalysis 命名空間

DataRule