Dela via


DataRuleProperties.SupportedElementTypes Property

Gets the element types that are supported by the data rule.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<Type>
An IList<T> object that contains a collection of Type objects.

.NET Framework Security

See Also

Reference

DataRuleProperties Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

DataRule