SqlSchemaAnalyzer.EndBatch Method

This method handles post-batch processing.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overridable Sub EndBatch ( _
    batch As TSqlBatch _
)
public virtual void EndBatch(
    TSqlBatch batch
)
public:
virtual void EndBatch(
    TSqlBatch^ batch
)
abstract EndBatch : 
        batch:TSqlBatch -> unit 
override EndBatch : 
        batch:TSqlBatch -> unit 
public function EndBatch(
    batch : TSqlBatch
)

Parameters

.NET Framework Security

See Also

Reference

SqlSchemaAnalyzer Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace