Share via


ICommandTargetMenuService.RootCommandTarget Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the root command target.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Property RootCommandTarget As ICommandTarget 
    Get 
    Set
'Usage
Dim instance As ICommandTargetMenuService 
Dim value As ICommandTarget 

value = instance.RootCommandTarget

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

Property Value

Type: Microsoft.DataWarehouse.Interfaces.ICommandTarget
The root command target.

See Also

Reference

ICommandTargetMenuService Interface

Microsoft.DataWarehouse.Interfaces Namespace