Compartir a través de


ICommandTargetMenuService.RootCommandTarget Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the root command target.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Property RootCommandTarget As ICommandTarget 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ICommandTargetMenuService Interfaz

Espacio de nombres Microsoft.DataWarehouse.Interfaces