共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.ScriptTask 命名空間