共用方式為


Generator.OnGetOutputValue 方法

擷取目前包含一個或多個值的結果集。

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

語法

'宣告
Protected Overridable Function OnGetOutputValue As Object
protected virtual Object OnGetOutputValue()
protected:
virtual Object^ OnGetOutputValue()
abstract OnGetOutputValue : unit -> Object 
override OnGetOutputValue : unit -> Object 
protected function OnGetOutputValue() : Object

傳回值

型別:System.Object
根據選取的輸出屬性所產生的輸出值。

備註

GetOutputValue 方法會呼叫這個方法。 若要修改 GetOutputValue 的功能,您必須覆寫 OnGetOutputValue。

.NET Framework 安全性

請參閱

參考

Generator 類別

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

GetOutputValue