ColumnSource Class

Represents a source of columns.

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

Syntax

'Declaration
Public Class ColumnSource
'Usage
Dim instance As ColumnSource
public class ColumnSource
public ref class ColumnSource
public class ColumnSource
type ColumnSource =  class 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

ColumnSource Members

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