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.