PairMatch Class

Represents a matched token pair.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.Parser.PairMatch

Namespace:  Microsoft.SqlServer.Management.SqlParser.Parser
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Class PairMatch
'Usage
Dim instance As PairMatch
public class PairMatch
public ref class PairMatch
type PairMatch =  class end
public class PairMatch

The PairMatch type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns the string representation of this PairMatch object. (Overrides Object.ToString().)

Top

Fields

  Name Description
Public field EndToken Gets the pair end token.
Public field IsStartEnd Gets a value that indicates whether the start token is matched with the end token.
Public field StartToken Gets the pair start token.

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.