ColumnSourceMirror Members

Include Protected Members
Include Inherited Members

Represents a mirrored column source.

The ColumnSourceMirror type exposes the following members.

Constructors

  Name Description
Public method ColumnSourceMirror Initializes a new instance of the ColumnSourceMirror class.

Top

Methods

  Name Description
Public method AddKnownColumn Overloaded. Adds one or more known columns to the ColumnSource.
Public method Clone Clones the source. (Overrides ColumnSource.Clone().)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Affinity Gets the affinity. (Inherited from ColumnSource.)
Public property Alias Gets the alias. (Inherited from ColumnSource.)
Public property ExposedName Gets the final name of the source. (Overrides ColumnSource.ExposedName.)
Public property HasAlias Gets whether this has an alias. (Inherited from ColumnSource.)
Public property HasAmbiguousSchemaName Gets whether this has an ambiguous schema name. (Inherited from ColumnSource.)
Public property HasKnownColumns Gets whether there are known columns. (Overrides ColumnSource.HasKnownColumns.)
Public property IsCommonTableExpression Gets whether the mirrored object is a common table expression. (Overrides ColumnSource.IsCommonTableExpression.)
Public property IsMemberOfWildcardExpansion Gets whether this is a member of wildcard expansion. (Inherited from ColumnSource.)
Public property IsVariable Gets whether the mirrored object is a variable source. (Overrides ColumnSource.IsVariable.)
Public property KnownColumns Gets the known columns of the mirrored object. (Overrides ColumnSource.KnownColumns.)
Public property ShapeIsUnknown Gets or sets whether shape is unknown. (Inherited from ColumnSource.)
Public property TargetDescriptor Gets the descriptor of the mirror. (Overrides ColumnSource.TargetDescriptor.)

Top

See Also

Reference

ColumnSourceMirror Class

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace