DataViewManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the collection of data view hierarchies currently active in the Visual Studio Server Explorer and provides methods and properties with which to manage these data views.
public ref class DataViewManager abstract : System::Collections::ICollection
[System.Runtime.InteropServices.Guid("AB5F7D50-A307-46e6-A20C-ADDBF34C6771")]
public abstract class DataViewManager : System.Collections.ICollection
[<System.Runtime.InteropServices.Guid("AB5F7D50-A307-46e6-A20C-ADDBF34C6771")>]
type DataViewManager = class
interface ICollection
interface IEnumerable
Public MustInherit Class DataViewManager
Implements ICollection
- Inheritance
-
DataViewManager
- Attributes
- Implements
Constructors
DataViewManager() |
Class constructor. Instantiates a new instance of the DataViewManager class. |
Properties
Count |
Retrieves the number of data view hierarchies in the current collection. |
DataViews |
Retrieves an array list of current data views. |
Methods
CopyTo(Object[], Int32) |
Copies the set of data view hierarchies in the collection to an array at the specified starting index. |
CreateDataViewHierarchy(String, Guid, String, Boolean) |
Creates a new data view hierarchy object instance. |
GetDataViewHierarchy(Guid, String, Boolean) |
Retrieves a data view hierarchy with the specified DDEX provider and connection information. |
GetDataViewHierarchy(String, Guid, String, Boolean) |
Retrieves data view hierarchy object instance specified by the input parameters and sets the name of the hierarchy root node. |
IsEquivalent(Object, Guid, String, Boolean) |
Tests the equivalency of a specified data view. |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |
Copies the set of data views exposed in the Visual Studio Server Explorer to an array, starting at the specified array index. |
ICollection.IsSynchronized |
Retrieves a value that indicates whether access to the data views collection is synchronized (thread safe). |
ICollection.SyncRoot |
Retrieves an object that can be used to synchronize access to the collection. |
IEnumerable.GetEnumerator() |
Retrieves an enumerator that is able to iterate through the data views collection. |