Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- context
Type: Microsoft.Data.Schema.Tools.DataGenerator.TableStorageContext
A TableStorageContext object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.