This topic has not yet been rated - Rate this topic

ScriptTaskUI Class

SQL Server 2012

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

Represents the user interface (UI) for the script task.

System.Object
  Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTaskUI

Namespace:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
public class ScriptTaskUI : IDtsTaskUI

The ScriptTaskUI type exposes the following members.

  NameDescription
Public methodScriptTaskUIInfrastructure. Initializes a new instance of the ScriptTaskUI class.
Top
  NameDescription
Public propertyAssociatedTaskInfrastructure. Gets or sets the task associated with the script task UI.
Top
  NameDescription
Public methodApplyChangesInfrastructure. Applies changes with the specified settings.
Public methodDeleteInfrastructure. Deletes the script task UI instance created by New(IWin32Window) method.
Public methodDisposeInfrastructure. Releases the resources used by the current instance of the ScriptTaskUI class.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetViewInfrastructure. Returns the view of the script task UI.
Public methodInitializeInfrastructure. Initializes the properties of the script task UI instance.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNewInfrastructure. Creates a new instance of the script task UI with the specified parent window.
Public methodReportErrorInfrastructure. Reports the specified exception.
Public methodShowIDEInfrastructure. Displays the script task in the integrated development environment (IDE).
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.