IDWDesignerService.OpenDesignerEx Method

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

Opens a designer.

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

Syntax

'Declaration
Function OpenDesignerEx ( _
    vsHierarchy As Object, _
    itemId As UIntPtr, _
    objectType As DwObjectKind, _
    connectionString As String, _
    objectUrn As String, _
    ParamArray arguments As Object() _
) As Object
'Usage
Dim instance As IDWDesignerService 
Dim vsHierarchy As Object 
Dim itemId As UIntPtr 
Dim objectType As DwObjectKind 
Dim connectionString As String 
Dim objectUrn As String 
Dim arguments As Object()
Dim returnValue As Object 

returnValue = instance.OpenDesignerEx(vsHierarchy, _
    itemId, objectType, connectionString, _
    objectUrn, arguments)
Object OpenDesignerEx(
    Object vsHierarchy,
    UIntPtr itemId,
    DwObjectKind objectType,
    string connectionString,
    string objectUrn,
    params Object[] arguments
)
Object^ OpenDesignerEx(
    Object^ vsHierarchy, 
    UIntPtr itemId, 
    DwObjectKind objectType, 
    String^ connectionString, 
    String^ objectUrn, 
    ... array<Object^>^ arguments
)
abstract OpenDesignerEx : 
        vsHierarchy:Object * 
        itemId:UIntPtr * 
        objectType:DwObjectKind * 
        connectionString:string * 
        objectUrn:string * 
        arguments:Object[] -> Object
function OpenDesignerEx(
    vsHierarchy : Object, 
    itemId : UIntPtr, 
    objectType : DwObjectKind, 
    connectionString : String, 
    objectUrn : String, 
    ... arguments : Object[]
) : Object

Parameters

  • connectionString
    Type: System.String
    The server connection string.
  • objectUrn
    Type: System.String
    The Xml representation of object URN.
  • arguments
    Type: array<System.Object[]
    The arguments to be pushed on stack before designer window activates.

Return Value

Type: System.Object
The designer being opened.

See Also

Reference

IDWDesignerService Interface

Microsoft.DataWarehouse.Interfaces Namespace