ICommandTargetMenuService.RootCommandTarget Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the root command target.

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

Syntax

ICommandTarget RootCommandTarget { get; set; }
property ICommandTarget^ RootCommandTarget {
    ICommandTarget^ get();
    void set(ICommandTarget^ value);
}
abstract RootCommandTarget : ICommandTarget with get, set
Property RootCommandTarget As ICommandTarget

Property Value

Type: Microsoft.DataWarehouse.Interfaces.ICommandTarget

The root command target.

See Also

ICommandTargetMenuService Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top