QueryResultsDocData Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class QueryResultsDocData _
    Implements IVsPersistDocData2, IVsPersistDocData
'Usage
Dim instance As QueryResultsDocData
public class QueryResultsDocData : IVsPersistDocData2, 
    IVsPersistDocData
public ref class QueryResultsDocData : IVsPersistDocData2, 
    IVsPersistDocData
type QueryResultsDocData =  
    class
        interface IVsPersistDocData2
        interface IVsPersistDocData
    end
public class QueryResultsDocData implements IVsPersistDocData2, IVsPersistDocData

The QueryResultsDocData type exposes the following members.

Properties

  Name Description
Public property ConnectionStringBuilder Gets the Connection string builder for this document.
Public property DisplaySchemaObjectName Gets the Schema object name associated with this object for display.
Public property SchemaObjectName Gets the Schema object name associated with this object.

Top

Methods

  Name Description
Public method Close
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetGuidEditorType
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsDocDataDirty
Public method IsDocDataReadOnly
Public method IsDocDataReloadable
Public method LoadDocData
Protected method MemberwiseClone (Inherited from Object.)
Public method OnRegisterDocData
Public method Refresh Called to refresh the data. It also invokes the refresh event allowing the UI to refresh the presentation layer.
Public method ReloadDocData
Public method RenameDocData
Public method SaveDocData
Public method SetDocDataDirty
Public method SetDocDataReadOnly
Public method SetUntitledDocPath
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