SqlSchemaAnalyzer Class

The base class that defines the interpretation events.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaAnalyzer

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

Syntax

'Declaration
Public MustInherit Class SqlSchemaAnalyzer
public abstract class SqlSchemaAnalyzer
public ref class SqlSchemaAnalyzer abstract
[<AbstractClass>]
type SqlSchemaAnalyzer =  class end
public abstract class SqlSchemaAnalyzer

The SqlSchemaAnalyzer type exposes the following members.

Constructors

  Name Description
Protected method SqlSchemaAnalyzer Initializes a new instance of the SqlSchemaAnalyzer class.

Top

Methods

  Name Description
Public method BeginBatch This method handles pre-batch processing.
Public method BeginDdlStatement This method handles processing that occurs before data definition language (DDL) statements are processed.
Public method BeginDmlStatement This method handles processing that occurs before data manipulation language (DML) statements are processed.
Public method EndBatch This method handles post-batch processing.
Public method EndDdlStatement This method handles post-DDL statement processing.
Public method EndDmlStatement This method handles the post-DML statement processing,
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IdentifiedAmbiguousRelationship This method handles the discovery of a new relationship where the right side cannot be resolved.
Public method IdentifiedElement This method handles the discovery of a new symbol.
Public method IdentifiedRelationship This method handles the discovery of a new relationship.
Public method IdentifiedSupportingStatement This method handles the discovery of a new supporting statement.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method VisitAmbiguousFragment This method handles additional processing that is required for a node or schema identifier.
Public method VisitFragment This method handles additional processing that is required for a node or schema identifier.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace