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