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