ScriptTaskUI Class

 
Use BaseTrue

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

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

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

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

public ref class ScriptTaskUI : IDtsTaskUI

NameDescription
System_CAPS_pubmethodScriptTaskUI()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ScriptTaskUI class.

NameDescription
System_CAPS_pubpropertyAssociatedTask

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the task associated with the script task UI.

NameDescription
System_CAPS_pubmethodApplyChanges(VSTAScriptLanguageInfoBasic^)

This API supports the product infrastructure and is not intended to be used directly from your code. Applies changes with the specified settings.

System_CAPS_pubmethodDelete(IWin32Window^)

This API supports the product infrastructure and is not intended to be used directly from your code. Deletes the script task UI instance created by New method.

System_CAPS_pubmethodDispose()

This API supports the product infrastructure and is not intended to be used directly from your code. Releases the resources used by the current instance of the ScriptTaskUI class.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetView()

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the view of the script task UI.

System_CAPS_pubmethodInitialize(TaskHost^, IServiceProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the properties of the script task UI instance.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodNew(IWin32Window^)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance of the script task UI with the specified parent window.

System_CAPS_pubmethodReportError(Exception^)

This API supports the product infrastructure and is not intended to be used directly from your code. Reports the specified exception.

System_CAPS_pubmethodShowIDE()

This API supports the product infrastructure and is not intended to be used directly from your code. Displays the script task in the integrated development environment (IDE).

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: