Share via


Region Class

Provides the location of a region block.

Inheritance Hierarchy

System.Object
  Babel.Region

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

Syntax

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

The Region type exposes the following members.

Constructors

  Name Description
Public method Region Inititializes a new instance of the Region class.

Top

Properties

  Name Description
Public property EndLocation Gets the end location for the region block.
Public property StartLocation Gets the start location for the region block.

Top

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 (Inherited from Object.)

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