SqlElementDescriptor Class
Describes a SQL Server model element but does not instantiate it in the store.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Sql.SchemaModel.SqlElementDescriptor
Microsoft.Data.Schema.Sql.SchemaModel.SqlPotentialElementDescriptor
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Class SqlElementDescriptor
public class SqlElementDescriptor
public ref class SqlElementDescriptor
type SqlElementDescriptor = class end
public class SqlElementDescriptor
The SqlElementDescriptor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlElementDescriptor(array<String[]) | Initializes a new instance of the SqlElementDescriptor class. | |
SqlElementDescriptor(Type, IEnumerable<String>) | Initializes a new instance of the SqlElementDescriptor class. | |
SqlElementDescriptor(Type, array<String[]) | Initializes a new instance of the SqlElementDescriptor class. | |
SqlElementDescriptor(Type, SqlElementDescriptorVolatility, IEnumerable<String>) | Initializes a new instance of the SqlElementDescriptor class. | |
SqlElementDescriptor(Type, SqlElementDescriptorVolatility, array<String[]) | Initializes a new instance of the SqlElementDescriptor class. |
Top
Properties
Name | Description | |
---|---|---|
ElementType | Gets the type of the element. | |
ExternalReferenceParts | Gets the external parts for the name of the element. | |
Identifiers | Gets the parts of the name of the element. | |
IgnoreName | Gets or sets a value that indicates whether the name is ignored for this descriptor. | |
IsEmpty | Gets a value that indicates whether the descriptor is empty (contains no identifiers). | |
IsVolatile | Gets a value that indicates whether this descriptor corresponds to a volatile element. | |
Volatility | Gets the element volatility. |
Top
Methods
Name | Description | |
---|---|---|
AddExternalNameParts(IEnumerable<String>) | Adds one or more external name parts into the element descriptor. | |
AddExternalNameParts(array<String[]) | Adds one or more external name parts into the element descriptor. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.