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

.NET Framework Security

See Also

Reference

SqlSchemaAnalyzer Class

SqlSchemaAnalyzer Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace