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 | |
---|---|---|
CanPerformOperation(Object, UIntPtr, String, String, String) | Indicates whether this designer can perform an operation. |
|
CloseDesigner(Object, Boolean) | Closes the designer. |
|
OpenDesigner(Object, UIntPtr, DwObjectKind, String, String) | Opens a designer. |
|
OpenDesigner(Object, UIntPtr, DwObjectKind, String, String, Object[]) | Opens a designer. |
|
OpenDesigner(Object, UIntPtr, String, String) | Opens a designer. |
|
OpenDesignerEx(Object, UIntPtr, DwObjectKind, String, String, Object[]) | Opens a designer. |
|
PerformOperation(Object, UIntPtr, String, String, String) | Performs an operation. |
|
RunWizard(Object, String, String, String) | Executes a wizard from the specified designer. |
See Also
Microsoft.DataWarehouse.Interfaces Namespace
Return to top