IDWDesignerService.PerformOperation Method (Object, UIntPtr, String, String, String)

 

Applies To: SQL Server 2016 Preview

Performs an operation.

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

Syntax

void PerformOperation(
    object vsHierarchy,
    UIntPtr itemId,
    string connectionString,
    string operation,
    string objectUrn
)
void PerformOperation(
    Object^ vsHierarchy,
    UIntPtr itemId,
    String^ connectionString,
    String^ operation,
    String^ objectUrn
)
abstract PerformOperation : 
        vsHierarchy:Object *
        itemId:unativeint *
        connectionString:string *
        operation:string *
        objectUrn:string -> unit
Sub PerformOperation (
    vsHierarchy As Object,
    itemId As UIntPtr,
    connectionString As String,
    operation As String,
    objectUrn As String
)

Parameters

  • connectionString
    Type: System.String

    The Server connection string.

  • operation
    Type: System.String

    The name of the operation to perform.

  • objectUrn
    Type: System.String

    The Xml representation of object URN.

See Also

IDWDesignerService Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top