다음을 통해 공유


IMultiSelectMenuHandler.Parents 속성

Gets or sets the multiple items that will target a menu.

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

구문

‘선언
Property Parents As INodeInformation()
    Get 
    Set
‘사용 방법
Dim instance As IMultiSelectMenuHandler 
Dim value As INodeInformation()

value = instance.Parents

instance.Parents = value
INodeInformation[] Parents { get; set; }
property array<INodeInformation^>^ Parents {
    array<INodeInformation^>^ get ();
    void set (array<INodeInformation^>^ value);
}
abstract Parents : INodeInformation[] with get, set
function get Parents () : INodeInformation[]
function set Parents (value : INodeInformation[])

속성 값

유형: array<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[]
An array that represents the multiple items that will target a menu.

참고 항목

참조

IMultiSelectMenuHandler 인터페이스

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