IDWDesignerService.RunWizard Method (Object, String, String, String)

 

Applies To: SQL Server 2016 Preview

Executes a wizard from the specified designer.

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

Syntax

void RunWizard(
    object vsHierarchy,
    string connectionString,
    string parentObjectUrn,
    string objectType
)
void RunWizard(
    Object^ vsHierarchy,
    String^ connectionString,
    String^ parentObjectUrn,
    String^ objectType
)
abstract RunWizard : 
        vsHierarchy:Object *
        connectionString:string *
        parentObjectUrn:string *
        objectType:string -> unit
Sub RunWizard (
    vsHierarchy As Object,
    connectionString As String,
    parentObjectUrn As String,
    objectType As String
)

Parameters

  • connectionString
    Type: System.String

    The Server connection string.

  • parentObjectUrn
    Type: System.String

    The Xml representation of parent object URN.

See Also

IDWDesignerService Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top