Share via


DataSink.OnCreateStorage Method

Called by the data generation engine during execution to create the table storage and to allow derived classes to perform additional tasks.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: Microsoft.Data.Schema.Tools.DataGenerator.TableStorage
A TableStorage object.

.NET Framework Security

See Also

Reference

DataSink Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

TableStorage

ITable