IDWDesignerService Interface

 

Applies To: SQL Server 2016 Preview

Represents a designer service for the data warehouse.

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

Syntax

[CLSCompliantAttribute(false)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[ComVisibleAttribute(true)]
[GuidAttribute("67287D05-E699-48f2-A1B5-5437C0CA4BDB")]
public interface IDWDesignerService
[CLSCompliantAttribute(false)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[ComVisibleAttribute(true)]
[GuidAttribute("67287D05-E699-48f2-A1B5-5437C0CA4BDB")]
public interface class IDWDesignerService
[<CLSCompliantAttribute(false)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("67287D05-E699-48f2-A1B5-5437C0CA4BDB")>]
type IDWDesignerService = interface end
<CLSCompliantAttribute(False)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComVisibleAttribute(True)>
<GuidAttribute("67287D05-E699-48f2-A1B5-5437C0CA4BDB")>
Public Interface IDWDesignerService

Methods

Name Description
System_CAPS_pubmethod CanPerformOperation(Object, UIntPtr, String, String, String)

Indicates whether this designer can perform an operation.

System_CAPS_pubmethod CloseDesigner(Object, Boolean)

Closes the designer.

System_CAPS_pubmethod OpenDesigner(Object, UIntPtr, DwObjectKind, String, String)

Opens a designer.

System_CAPS_pubmethod OpenDesigner(Object, UIntPtr, DwObjectKind, String, String, Object[])

Opens a designer.

System_CAPS_pubmethod OpenDesigner(Object, UIntPtr, String, String)

Opens a designer.

System_CAPS_pubmethod OpenDesignerEx(Object, UIntPtr, DwObjectKind, String, String, Object[])

Opens a designer.

System_CAPS_pubmethod PerformOperation(Object, UIntPtr, String, String, String)

Performs an operation.

System_CAPS_pubmethod RunWizard(Object, String, String, String)

Executes a wizard from the specified designer.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top