共用方式為


DataSink.OnCreateStorage 方法

由資料產生引擎在執行期間呼叫,以建立資料表儲存體以及讓衍生類別執行其他工作。

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

語法

'宣告
Protected MustOverride Function OnCreateStorage ( _
    targetTable As IDatabaseTable _
) As TableStorage
protected abstract TableStorage OnCreateStorage(
    IDatabaseTable targetTable
)
protected:
virtual TableStorage^ OnCreateStorage(
    IDatabaseTable^ targetTable
) abstract
abstract OnCreateStorage : 
        targetTable:IDatabaseTable -> TableStorage 
protected abstract function OnCreateStorage(
    targetTable : IDatabaseTable
) : TableStorage

參數

傳回值

型別:Microsoft.Data.Schema.Tools.DataGenerator.TableStorage
TableStorage 物件。

.NET Framework 安全性

請參閱

參考

DataSink 類別

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

TableStorage

ITable