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

 

Applies To: SQL Server 2016 Preview

Indicates whether this designer can perform an operation.

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

Syntax

bool CanPerformOperation(
    object vsHierarchy,
    UIntPtr itemId,
    string connectionString,
    string operation,
    string objectUrn
)
bool CanPerformOperation(
    Object^ vsHierarchy,
    UIntPtr itemId,
    String^ connectionString,
    String^ operation,
    String^ objectUrn
)
abstract CanPerformOperation : 
        vsHierarchy:Object *
        itemId:unativeint *
        connectionString:string *
        operation:string *
        objectUrn:string -> bool
Function CanPerformOperation (
    vsHierarchy As Object,
    itemId As UIntPtr,
    connectionString As String,
    operation As String,
    objectUrn As String
) As Boolean

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.

Return Value

Type: System.Boolean

true if this designer can perform an operation; otherwise, false.

See Also

IDWDesignerService Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top