SqlSchemaAnalyzer.EndBatch Method
Handles post-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 EndBatch ( _
batch As TSqlBatch _
)
'Usage
Dim instance As SqlSchemaAnalyzer
Dim batch As TSqlBatch
instance.EndBatch(batch)
public virtual void EndBatch(
TSqlBatch batch
)
public:
virtual void EndBatch(
TSqlBatch^ batch
)
public function EndBatch(
batch : TSqlBatch
)
abstract EndBatch :
batch:TSqlBatch -> unit
override EndBatch :
batch:TSqlBatch -> unit
Parameters
- batch
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlBatch
The processed batch
.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.