SqlElementDescriptorRelevance Enumeration

Specifies how the fragment that is visited is related to the descriptor.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration SqlElementDescriptorRelevance
public enum SqlElementDescriptorRelevance
public enum class SqlElementDescriptorRelevance
type SqlElementDescriptorRelevance
public enum SqlElementDescriptorRelevance

Members

Member name Description
None Specifies that the fragment is not related to the descriptor.
ContainerId Specifies that the descriptor identifies the container of the fragment.
SelfId Specifies that the descriptor identifies the fragment.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace