共用方式為


DefaultDistributionDesigner 類別

表示在設計階段處理資料產生器之散發的預設設計工具實作。

繼承階層架構

System.Object
  Microsoft.Data.Schema.Tools.DataGenerator.DefaultDistributionDesigner

命名空間:  Microsoft.Data.Schema.Tools.DataGenerator
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
<CLSCompliantAttribute(True)> _
Public Class DefaultDistributionDesigner _
    Implements IDesigner
[CLSCompliantAttribute(true)]
public class DefaultDistributionDesigner : IDesigner
[CLSCompliantAttribute(true)]
public ref class DefaultDistributionDesigner : IDesigner
[<CLSCompliantAttribute(true)>]
type DefaultDistributionDesigner =  
    class
        interface IDesigner
    end
public class DefaultDistributionDesigner implements IDesigner

DefaultDistributionDesigner 型別會公開下列成員。

建構函式

  名稱 說明
公用方法 DefaultDistributionDesigner 初始化 DefaultDistributionDesigner 類別的新執行個體。

回頁首

屬性

  名稱 說明
公用屬性 Description 取得設計工具的描述。
公用屬性 Name 取得設計工具的名稱。

回頁首

方法

  名稱 說明
公用方法 Equals 判斷指定的 Object 和目前的 Object 是否相等。 (繼承自 Object)。
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetInputs 在衍生類別中實作時,擷取輸入描述元的陣列。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 Initialize 使用提供的設計工具資訊,初始化散發設計工具。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
公用方法 OnInputChangeValidation 當設計工具中的輸入屬性值變更時,會呼叫這個方法。呼叫的用意是要驗證設計工具 (包含新值)。此方法會在 OnInputValueChanged 事件之前被呼叫。
公用方法 OnInputValueChanged 發生於設計工具的輸入屬性值變更而且已進行過驗證時。
公用方法 SetDefaultInputValues 使用提供的輸入描述元陣列,設定輸入屬性的值。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

備註

在衍生類別中,程式碼檔案中具有 InputAttribute 的新屬性會被設計工具視為輸入參數。 具有 OutputAttribute 的新屬性會被視為屬性視窗中的輸出參數。

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

Microsoft.Data.Schema.Tools.DataGenerator 命名空間

InputAttribute

OutputAttribute