IDatabaseColumn.Parent Property
Gets the parent IDatabaseColumnSource of the database column.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
ReadOnly Property Parent As IDatabaseColumnSource
IDatabaseColumnSource Parent { get; }
property IDatabaseColumnSource^ Parent {
IDatabaseColumnSource^ get ();
}
abstract Parent : IDatabaseColumnSource
function get Parent () : IDatabaseColumnSource
Property Value
Type: Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseColumnSource
.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.