Parent 屬性
Gets the IColumn object that is the parent of this object.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
ReadOnly Property Parent As IColumn
Get
'用途
Dim instance As IDefaultConstraint
Dim value As IColumn
value = instance.Parent
IColumn Parent { get; }
property IColumn^ Parent {
IColumn^ get ();
}
abstract Parent : IColumn
function get Parent () : IColumn
屬性值
型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IColumn
The object that is the parent of this object.