IDWDesignerService.CloseDesigner Method

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

Closes the designer.

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

Syntax

'Declaration
Sub CloseDesigner ( _
    window As Object, _
    saveChanges As Boolean _
)
'Usage
Dim instance As IDWDesignerService 
Dim window As Object 
Dim saveChanges As Boolean

instance.CloseDesigner(window, saveChanges)
void CloseDesigner(
    Object window,
    bool saveChanges
)
void CloseDesigner(
    Object^ window, 
    bool saveChanges
)
abstract CloseDesigner : 
        window:Object * 
        saveChanges:bool -> unit
function CloseDesigner(
    window : Object, 
    saveChanges : boolean
)

Parameters

  • window
    Type: System.Object
    The window associated with the designer.
  • saveChanges
    Type: System.Boolean
    true to save changes; otherwise, false.

See Also

Reference

IDWDesignerService Interface

Microsoft.DataWarehouse.Interfaces Namespace