Resolver.BlockInformation Class

Provides information about the code block.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.Intellisense.Resolver.BlockInformation

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

Syntax

'Declaration
Public Class BlockInformation
'Usage
Dim instance As Resolver.BlockInformation
public class BlockInformation
public ref class BlockInformation
type BlockInformation =  class end
public class BlockInformation

The Resolver.BlockInformation type exposes the following members.

Properties

  Name Description
Public property Description Gets the description (the name of the type).
Public property End Gets the end location.
Public property Start Gets the start location.

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

Microsoft.SqlServer.Management.SqlParser.Intellisense Namespace