IMenuHandler.Parent 속성

Gets or sets the parent node in the hierarchy.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Property Parent As INodeInformation 
    Get 
    Set
‘사용 방법
Dim instance As IMenuHandler 
Dim value As INodeInformation 

value = instance.Parent

instance.Parent = value
INodeInformation Parent { get; set; }
property INodeInformation^ Parent {
    INodeInformation^ get ();
    void set (INodeInformation^ value);
}
abstract Parent : INodeInformation with get, set
function get Parent () : INodeInformation 
function set Parent (value : INodeInformation)

속성 값

유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation
The parent node in the hierarchy.

참고 항목

참조

IMenuHandler 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스