QueryResultsPresenter Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.QueryResults..::..QueryResultsPresenter

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public NotInheritable Class QueryResultsPresenter
'Usage
Dim instance As QueryResultsPresenter
public sealed class QueryResultsPresenter
public ref class QueryResultsPresenter sealed
[<SealedAttribute>]
type QueryResultsPresenter =  class end
public final class QueryResultsPresenter

The QueryResultsPresenter type exposes the following members.

Constructors

  Name Description
Public method QueryResultsPresenter Initializes a new instance of the QueryResultsPresenter class.

Top

Properties

  Name Description
Public property ConnectionStringBuilder Gets {insert text here}.
Public property IsReadOnly Gets {insert text here}.
Public property SqlDisplaySchemaObjectName Gets {insert text here}.
Public property SqlSchemaObjectName Gets {insert text here}.

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.VisualStudio.Data.Tools.Package.QueryResults Namespace