IRootCommandTargetProvider.GetRootCommandTarget Method
This API supports the infrastructure and is not intended to be used directly from your code.
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
See Also