PairMatch Class
Represents a matched token pair.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns the string representation of this PairMatch object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() | EndToken | Gets the pair end token. |
![]() | IsStartEnd | Gets a value that indicates whether the start token is matched with the end token. |
![]() | StartToken | Gets the pair start token. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


