DataSink.OnConfigure Method
Called by the data generation engine when configuring the data sink 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 OnConfigure ( _
planModel As DataSchemaModel, _
connectionString As String, _
sinkConfig As String _
)
protected abstract void OnConfigure(
DataSchemaModel planModel,
string connectionString,
string sinkConfig
)
protected:
virtual void OnConfigure(
DataSchemaModel^ planModel,
String^ connectionString,
String^ sinkConfig
) abstract
abstract OnConfigure :
planModel:DataSchemaModel *
connectionString:string *
sinkConfig:string -> unit
protected abstract function OnConfigure(
planModel : DataSchemaModel,
connectionString : String,
sinkConfig : String
)
Parameters
- planModel
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel representing the current data generation plan.
- connectionString
Type: System.String
The connection string for opening a data connection.
- sinkConfig
Type: System.String
A string containing data sink configuration information.
.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.