SqlAnalysisRule.SupportedElementTypes Property

Definition

Types of elements checked by this rule. Required if the rule scope is Element, for Model scoped rules this is not relevant

public System.Collections.Generic.IList<Microsoft.SqlServer.Dac.Model.ModelTypeClass> SupportedElementTypes { get; protected set; }
member this.SupportedElementTypes : System.Collections.Generic.IList<Microsoft.SqlServer.Dac.Model.ModelTypeClass> with get, set
Public Property SupportedElementTypes As IList(Of ModelTypeClass)

Property Value

Applies to