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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.