DataRuleProperties.SupportedElementTypes-Eigenschaft

Ruft die von der Datenregel unterstützten Elementtypen ab.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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>

Eigenschaftswert

Typ: System.Collections.Generic.IList<Type>
Ein IList<T>-Objekt, das eine Auflistung von Type-Objekten enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataRuleProperties Klasse

Microsoft.Data.Schema.StaticCodeAnalysis-Namespace

DataRule