Share via


IRootCommandTargetProvider.GetRootCommandTarget Method

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

Gets the object root command target.

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

Syntax

'Declaration
Function GetRootCommandTarget As Object
'Usage
Dim instance As IRootCommandTargetProvider 
Dim returnValue As Object 

returnValue = instance.GetRootCommandTarget()
Object GetRootCommandTarget()
Object^ GetRootCommandTarget()
abstract GetRootCommandTarget : unit -> Object
function GetRootCommandTarget() : Object

Return Value

Type: System.Object
The object root command target.

See Also

Reference

IRootCommandTargetProvider Interface

Microsoft.DataWarehouse.Interfaces Namespace