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
參數
- targetTable
型別:Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseTable
ITable 物件,表示目標資料表。
傳回值
型別:Microsoft.Data.Schema.Tools.DataGenerator.TableStorage
TableStorage 物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Data.Schema.Tools.DataGenerator 命名空間
ITable