ColumnSourceMirror Class

Represents a mirrored column source.

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

Syntax

'Declaration
Public Class ColumnSourceMirror _
    Inherits ColumnSource
'Usage
Dim instance As ColumnSourceMirror
public class ColumnSourceMirror : ColumnSource
public ref class ColumnSourceMirror : public ColumnSource
public class ColumnSourceMirror extends ColumnSource
type ColumnSourceMirror =  
    class
        inherit ColumnSource
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ColumnSource
    Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ColumnSourceMirror

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.

See Also

Reference

ColumnSourceMirror Members

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