IDWDesignerService Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a designer service for the data warehouse.

This API is not CLS-compliant. 

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

Syntax

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

The IDWDesignerService type exposes the following members.

Methods

  Name Description
Public method CanPerformOperation Indicates whether this designer can perform an operation.
Public method CloseDesigner Closes the designer.
Public method OpenDesigner(Object, UIntPtr, String, String) Infrastructure. Opens a designer.
Public method OpenDesigner(Object, UIntPtr, DwObjectKind, String, String) Opens a designer.
Public method OpenDesigner(Object, UIntPtr, DwObjectKind, String, String, array<Object[]) Opens a designer.
Public method OpenDesignerEx Infrastructure. Opens a designer.
Public method PerformOperation Performs an operation.
Public method RunWizard Executes a wizard from the specified designer.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace