SqlSchemaAnalyzer.BeginBatch Method
Handles pre-batch processing.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable Sub BeginBatch ( _
batch As TSqlBatch _
)
'Usage
Dim instance As SqlSchemaAnalyzer
Dim batch As TSqlBatch
instance.BeginBatch(batch)
public virtual void BeginBatch(
TSqlBatch batch
)
public:
virtual void BeginBatch(
TSqlBatch^ batch
)
public function BeginBatch(
batch : TSqlBatch
)
abstract BeginBatch :
batch:TSqlBatch -> unit
override BeginBatch :
batch:TSqlBatch -> unit
Parameters
- batch
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlBatch
The batch to process
.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.