CoverageDSPriv Class

Represents a strongly typed in-memory cache of code analysis data. This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance Hierarchy

Object
  MarshalByValueComponent
    DataSet
      Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv
        Microsoft.VisualStudio.Coverage.Analysis.CoverageDS

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CoverageDSPriv _
    Inherits DataSet
[SerializableAttribute]
public class CoverageDSPriv : DataSet
[SerializableAttribute]
public ref class CoverageDSPriv : public DataSet
[<SerializableAttribute>]
type CoverageDSPriv =  
    class 
        inherit DataSet 
    end
public class CoverageDSPriv extends DataSet

The CoverageDSPriv type exposes the following members.

Constructors

  Name Description
Public method CoverageDSPriv() Initializes a new instance of the CoverageDSPriv class. This class and its members are reserved for internal use and are not intended to be used in your code.
Protected method CoverageDSPriv(SerializationInfo, StreamingContext) Initializes a new instance of the CoverageDSPriv class from XML by using the provided information and context. This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Properties

  Name Description
Public property CaseSensitive Gets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive. (Inherited from DataSet.)
Public property Class Gets a strongly named data table that contains the classes that are being analyzed. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Container Gets the container for the component. (Inherited from MarshalByValueComponent.)
Public property DataSetName Gets or sets the name of the current DataSet. (Inherited from DataSet.)
Public property DefaultViewManager Gets a custom view of the data contained in the DataSet to allow filtering, searching, and navigating using a custom DataViewManager. (Inherited from DataSet.)
Public property DesignMode Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.)
Public property EnforceConstraints Gets or sets a value indicating whether constraint rules are followed when attempting any update operation. (Inherited from DataSet.)
Protected property Events Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.)
Public property ExtendedProperties Gets the collection of customized user information associated with the DataSet. (Inherited from DataSet.)
Public property HasErrors Gets a value indicating whether there are errors in any of the DataTable objects within this DataSet. (Inherited from DataSet.)
Public property IsInitialized Gets a value that indicates whether the DataSet is initialized. (Inherited from DataSet.)
Public property Lines Gets a strongly named data table for the code lines in the classes that are being analyzed. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Locale Gets or sets the locale information used to compare strings within the table. (Inherited from DataSet.)
Public property Method Gets a strongly named data table for the methods in the classes that are being analyzed. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Module Gets a strongly named data table for the modules in the code that is being analyzed. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Namespace Gets or sets the namespace of the DataSet. (Inherited from DataSet.)
Public property NamespaceTable Gets a strongly named data table for the namespaces in the code that is being analyzed. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Prefix Gets or sets an XML prefix that aliases the namespace of the DataSet. (Inherited from DataSet.)
Public property Relations Gets a collection of relationships in the coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property RemotingFormat Gets or sets a SerializationFormat for the DataSet used during remoting. (Inherited from DataSet.)
Public property SchemaSerializationMode Gets or sets the mode of serialization that either includes or excludes schema information from the data set. This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides DataSet.SchemaSerializationMode.)
Public property Site Gets or sets an ISite for the DataSet. (Inherited from DataSet.)
Public property SourceFileNames Gets a strongly named data table for the names of the source files for the code that is being analyzed. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Tables Gets a collection of tables in the coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Methods

  Name Description
Public method AcceptChanges Commits all the changes made to this DataSet since it was loaded or since the last time AcceptChanges was called. (Inherited from DataSet.)
Public method BeginInit Begins the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time. (Inherited from DataSet.)
Public method Clear Clears the DataSet of any data by removing all rows in all tables. (Inherited from DataSet.)
Public method Clone Returns an identical copy of this coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides DataSet.Clone.)
Public method Copy Copies both the structure and data for this DataSet. (Inherited from DataSet.)
Public method CreateDataReader Returns a DataTableReader with one result set per DataTable, in the same sequence as the tables appear in the Tables collection. (Inherited from DataSet.)
Public method CreateDataReader(DataTable) Returns a DataTableReader with one result set per DataTable. (Inherited from DataSet.)
Protected method DetermineSchemaSerializationMode(XmlReader) Determines the SchemaSerializationMode for a DataSet. (Inherited from DataSet.)
Protected method DetermineSchemaSerializationMode(SerializationInfo, StreamingContext) Determines the SchemaSerializationMode for a DataSet. (Inherited from DataSet.)
Public method Dispose Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources. (Inherited from MarshalByValueComponent.)
Public method EndInit Ends the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time. (Inherited from DataSet.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from MarshalByValueComponent.)
Public method GetChanges Gets a copy of the DataSet that contains all changes made to it since it was loaded or since AcceptChanges was last called. (Inherited from DataSet.)
Public method GetChanges(DataRowState) Gets a copy of the DataSet containing all changes made to it since it was last loaded, or since AcceptChanges was called, filtered by DataRowState. (Inherited from DataSet.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetObjectData Populates a serialization information object with the data needed to serialize the DataSet. (Inherited from DataSet.)
Protected method GetSchemaSerializable Returns the schema for this coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides DataSet.GetSchemaSerializable.)
Protected method GetSerializationData Infrastructure. Deserializes the table data from the binary or XML stream. (Inherited from DataSet.)
Public method GetService Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member GetTypedDataSetSchema Returns a complex-typed schema of the provided XML schema for a data set. This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetXml Returns the XML representation of the data stored in the DataSet. (Inherited from DataSet.)
Public method GetXmlSchema Returns the XML Schema for the XML representation of the data stored in the DataSet. (Inherited from DataSet.)
Public method HasChanges Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows. (Inherited from DataSet.)
Public method HasChanges(DataRowState) Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows, filtered by DataRowState. (Inherited from DataSet.)
Public method InferXmlSchema(XmlReader, String) Applies the XML schema from the specified XmlReader to the DataSet. (Inherited from DataSet.)
Public method InferXmlSchema(Stream, String) Applies the XML schema from the specified Stream to the DataSet. (Inherited from DataSet.)
Public method InferXmlSchema(TextReader, String) Applies the XML schema from the specified TextReader to the DataSet. (Inherited from DataSet.)
Public method InferXmlSchema(String, String) Applies the XML schema from the specified file to the DataSet. (Inherited from DataSet.)
Protected method InitializeDerivedDataSet Initializes the coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides DataSet.InitializeDerivedDataSet.)
Protected method IsBinarySerialized Inspects the format of the serialized representation of the DataSet. (Inherited from DataSet.)
Public method Load(IDataReader, LoadOption, DataTable) Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information. (Inherited from DataSet.)
Public method Load(IDataReader, LoadOption, String) Fills a DataSet with values from a data source using the supplied IDataReader, using an array of strings to supply the names for the tables within the DataSet. (Inherited from DataSet.)
Public method Load(IDataReader, LoadOption, FillErrorEventHandler, DataTable) Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information. (Inherited from DataSet.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Merge(DataSet) Merges a specified DataSet and its schema into the current DataSet. (Inherited from DataSet.)
Public method Merge(DataTable) Merges a specified DataTable and its schema into the current DataSet. (Inherited from DataSet.)
Public method Merge(DataRow) Merges an array of DataRow objects into the current DataSet. (Inherited from DataSet.)
Public method Merge(DataSet, Boolean) Merges a specified DataSet and its schema into the current DataSet, preserving or discarding any changes in this DataSet according to the given argument. (Inherited from DataSet.)
Public method Merge(DataSet, Boolean, MissingSchemaAction) Merges a specified DataSet and its schema with the current DataSet, preserving or discarding changes in the current DataSet and handling an incompatible schema according to the given arguments. (Inherited from DataSet.)
Public method Merge(DataTable, Boolean, MissingSchemaAction) Merges a specified DataTable and its schema into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments. (Inherited from DataSet.)
Public method Merge(DataRow, Boolean, MissingSchemaAction) Merges an array of DataRow objects into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments. (Inherited from DataSet.)
Protected method OnPropertyChanging Raises the OnPropertyChanging event. (Inherited from DataSet.)
Protected method OnRemoveRelation Occurs when a DataRelation object is removed from a DataTable. (Inherited from DataSet.)
Protected method OnRemoveTable Occurs when a DataTable is removed from a DataSet. (Inherited from DataSet.)
Protected method RaisePropertyChanging Sends a notification that the specified DataSet property is about to change. (Inherited from DataSet.)
Public method ReadXml(XmlReader) Reads XML schema and data into the DataSet using the specified XmlReader. (Inherited from DataSet.)
Public method ReadXml(Stream) Reads XML schema and data into the DataSet using the specified Stream. (Inherited from DataSet.)
Public method ReadXml(TextReader) Reads XML schema and data into the DataSet using the specified TextReader. (Inherited from DataSet.)
Public method ReadXml(String) Reads XML schema and data into the DataSet using the specified file. (Inherited from DataSet.)
Public method ReadXml(XmlReader, XmlReadMode) Reads XML schema and data into the DataSet using the specified XmlReader and XmlReadMode. (Inherited from DataSet.)
Public method ReadXml(Stream, XmlReadMode) Reads XML schema and data into the DataSet using the specified Stream and XmlReadMode. (Inherited from DataSet.)
Public method ReadXml(TextReader, XmlReadMode) Reads XML schema and data into the DataSet using the specified TextReader and XmlReadMode. (Inherited from DataSet.)
Public method ReadXml(String, XmlReadMode) Reads XML schema and data into the DataSet using the specified file and XmlReadMode. (Inherited from DataSet.)
Public method ReadXmlSchema(XmlReader) Reads the XML schema from the specified XmlReader into the DataSet. (Inherited from DataSet.)
Public method ReadXmlSchema(Stream) Reads the XML schema from the specified Stream into the DataSet. (Inherited from DataSet.)
Public method ReadXmlSchema(TextReader) Reads the XML schema from the specified TextReader into the DataSet. (Inherited from DataSet.)
Public method ReadXmlSchema(String) Reads the XML schema from the specified file into the DataSet. (Inherited from DataSet.)
Protected method ReadXmlSerializable Imports XML data by using the provided reader. This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides DataSet.ReadXmlSerializable(XmlReader).)
Public method RejectChanges Rolls back all the changes made to the DataSet since it was created, or since the last time DataSet.AcceptChanges was called. (Inherited from DataSet.)
Public method Reset Clears all tables and removes all relations, foreign constraints, and tables from the DataSet. Subclasses should override Reset to restore a DataSet to its original state. (Inherited from DataSet.)
Protected method ShouldSerializeRelations Returns a value that indicates whether to also serialize the relationships when the data set is serialized. This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides DataSet.ShouldSerializeRelations.)
Protected method ShouldSerializeTables Returns a value that indicates whether to also serialize the data tables when the data set is serialized. This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides DataSet.ShouldSerializeTables.)
Public method ToString Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.)
Public method WriteXml(Stream) Writes the current data for the DataSet using the specified Stream. (Inherited from DataSet.)
Public method WriteXml(TextWriter) Writes the current data for the DataSet using the specified TextWriter. (Inherited from DataSet.)
Public method WriteXml(XmlWriter) Writes the current data for the DataSet to the specified XmlWriter. (Inherited from DataSet.)
Public method WriteXml(String) Writes the current data for the DataSet to the specified file. (Inherited from DataSet.)
Public method WriteXml(Stream, XmlWriteMode) Writes the current data, and optionally the schema, for the DataSet using the specified Stream and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. (Inherited from DataSet.)
Public method WriteXml(TextWriter, XmlWriteMode) Writes the current data, and optionally the schema, for the DataSet using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. (Inherited from DataSet.)
Public method WriteXml(XmlWriter, XmlWriteMode) Writes the current data, and optionally the schema, for the DataSet using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. (Inherited from DataSet.)
Public method WriteXml(String, XmlWriteMode) Writes the current data, and optionally the schema, for the DataSet to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. (Inherited from DataSet.)
Public method WriteXmlSchema(Stream) Writes the DataSet structure as an XML schema to the specified Stream object. (Inherited from DataSet.)
Public method WriteXmlSchema(String) Writes the DataSet structure as an XML schema to a file. (Inherited from DataSet.)
Public method WriteXmlSchema(TextWriter) Writes the DataSet structure as an XML schema to the specified TextWriter object. (Inherited from DataSet.)
Public method WriteXmlSchema(XmlWriter) Writes the DataSet structure as an XML schema to an XmlWriter object. (Inherited from DataSet.)
Public method WriteXmlSchema(Stream, ConverterType, String) Writes the DataSet structure as an XML schema to the specified Stream object. (Inherited from DataSet.)
Public method WriteXmlSchema(String, ConverterType, String) Writes the DataSet structure as an XML schema to a file. (Inherited from DataSet.)
Public method WriteXmlSchema(TextWriter, ConverterType, String) Writes the DataSet structure as an XML schema to the specified TextWriter. (Inherited from DataSet.)
Public method WriteXmlSchema(XmlWriter, ConverterType, String) Writes the DataSet structure as an XML schema to the specified XmlWriter. (Inherited from DataSet.)

Top

Events

  Name Description
Public event Disposed Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.)
Public event Initialized Occurs after the DataSet is initialized. (Inherited from DataSet.)
Public event MergeFailed Occurs when a target and source DataRow have the same primary key value, and EnforceConstraints is set to true. (Inherited from DataSet.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property System#ComponentModel#IListSource#ContainsListCollection For a description of this member, see IListSource.ContainsListCollection. (Inherited from DataSet.)
Explicit interface implemetationPrivate method System#ComponentModel#IListSource#GetList For a description of this member, see IListSource.GetList. (Inherited from DataSet.)
Explicit interface implemetationPrivate method System#Xml#Serialization#IXmlSerializable#GetSchema For a description of this member, see IXmlSerializable.GetSchema. (Inherited from DataSet.)
Explicit interface implemetationPrivate method System#Xml#Serialization#IXmlSerializable#ReadXml For a description of this member, see IXmlSerializable.ReadXml. (Inherited from DataSet.)
Explicit interface implemetationPrivate method System#Xml#Serialization#IXmlSerializable#WriteXml For a description of this member, see IXmlSerializable.WriteXml. (Inherited from DataSet.)

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.Coverage.Analysis Namespace

DataSet