ScriptTaskUI 類別
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents the user interface (UI) for the script task.
繼承階層
System.Object
Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTaskUI
命名空間: Microsoft.SqlServer.Dts.Tasks.ScriptTask
組件: Microsoft.SqlServer.ScriptTaskUI (在 Microsoft.SqlServer.ScriptTaskUI.dll 中)
語法
'宣告
Public Class ScriptTaskUI _
Implements IDtsTaskUI
'用途
Dim instance As ScriptTaskUI
public class ScriptTaskUI : IDtsTaskUI
public ref class ScriptTaskUI : IDtsTaskUI
type ScriptTaskUI =
class
interface IDtsTaskUI
end
public class ScriptTaskUI implements IDtsTaskUI
ScriptTaskUI 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
ScriptTaskUI | 基礎結構。Initializes a new instance of the ScriptTaskUI class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
AssociatedTask | 基礎結構。Gets or sets the task associated with the script task UI. |
上層
方法
名稱 | 說明 | |
---|---|---|
ApplyChanges | 基礎結構。Applies changes with the specified settings. | |
Delete | 基礎結構。Deletes the script task UI instance created by New(IWin32Window) method. | |
Dispose | 基礎結構。Releases the resources used by the current instance of the ScriptTaskUI class. | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
GetView | 基礎結構。Returns the view of the script task UI. | |
Initialize | 基礎結構。Initializes the properties of the script task UI instance. | |
MemberwiseClone | (繼承自 Object。) | |
New | 基礎結構。Creates a new instance of the script task UI with the specified parent window. | |
ReportError | 基礎結構。Reports the specified exception. | |
ShowIDE | 基礎結構。Displays the script task in the integrated development environment (IDE). | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。