Share via


Propriété ICommandTargetMenuService.RootCommandTarget

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the root command target.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Property RootCommandTarget As ICommandTarget 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ICommandTargetMenuService Interface

Espace de noms Microsoft.DataWarehouse.Interfaces