다음을 통해 공유


Parent 속성

Gets the ITabular 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 ITabular
    Get
‘사용 방법
Dim instance As IColumn
Dim value As ITabular

value = instance.Parent
ITabular Parent { get; }
property ITabular^ Parent {
    ITabular^ get ();
}
abstract Parent : ITabular
function get Parent () : ITabular

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITabular
The object that is the parent of this object.