ISqlColumn.Parent Property

Gets the column source that is the parent for this column.

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

Syntax

'Declaration
ReadOnly Property Parent As ISqlColumnSource
ISqlColumnSource Parent { get; }
property ISqlColumnSource^ Parent {
    ISqlColumnSource^ get ();
}
abstract Parent : ISqlColumnSource
function get Parent () : ISqlColumnSource

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlColumnSource

.NET Framework Security

See Also

Reference

ISqlColumn Interface

Parent Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace