ScriptTaskUI Class
This API supports the infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTaskUI
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
Syntax
'Declaration
Public Class ScriptTaskUI _
Implements IDtsTaskUI
'Usage
Dim instance As ScriptTaskUI
public class ScriptTaskUI : IDtsTaskUI
public ref class ScriptTaskUI : IDtsTaskUI
type ScriptTaskUI =
class
interface IDtsTaskUI
end
public class ScriptTaskUI implements IDtsTaskUI
The ScriptTaskUI type exposes the following members.
Methods
Name | Description | |
---|---|---|
ApplyChanges | Infrastructure. | |
Delete | Infrastructure. | |
Dispose | Infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetView | Infrastructure. | |
Initialize | Infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
New | Infrastructure. | |
ReportError | Infrastructure. | |
ShowIDE | Infrastructure. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.