DataSink.Configure Method
Passes configuration information to the sink at execution time.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride Sub Configure ( _
model As DataSchemaModel, _
connectionString As String, _
sinkConfig As String _
)
'Usage
Dim instance As DataSink
Dim model As DataSchemaModel
Dim connectionString As String
Dim sinkConfig As String
instance.Configure(model, connectionString, _
sinkConfig)
public abstract void Configure(
DataSchemaModel model,
string connectionString,
string sinkConfig
)
public:
virtual void Configure(
DataSchemaModel^ model,
String^ connectionString,
String^ sinkConfig
) abstract
public abstract function Configure(
model : DataSchemaModel,
connectionString : String,
sinkConfig : String
)
abstract Configure :
model:DataSchemaModel *
connectionString:string *
sinkConfig:string -> unit
Parameters
- model
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The data schema model
- connectionString
Type: System.String
The connection string
- sinkConfig
Type: System.String
The sink configuration
.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.