Поделиться через


TableStorage.OnStore Method

Called by the data generation engine when table data should be stored 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 Sub OnStore ( _
    context As TableStorageContext _
)
protected abstract void OnStore(
    TableStorageContext context
)
protected:
virtual void OnStore(
    TableStorageContext^ context
) abstract
abstract OnStore : 
        context:TableStorageContext -> unit 
protected abstract function OnStore(
    context : TableStorageContext
)

Parameters

.NET Framework Security

See Also

Reference

TableStorage Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

TableStorageContext