![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
BasicPropertyAttribute |
Provides a means for indicating whether or not a given connection property is among those most commonly used. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataAsyncCommand |
Enables executing data commands in an asynchronous manner. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataAsyncCommandEvents |
Represents a set of delegates that are called by methods on the DataAsyncCommand class to notify clients of command progress. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataCommand |
Provides the ability to build and execute data commands of various types against data sources, and to retrieve read-only results or a command status code. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataCommandType |
Represents a set of predefined data command types. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnection |
Supports a connection to a data source. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionDialog |
Provides access to the Data Connection dialog box with which to obtain data connection information from users. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionDialogFactory |
Provides the ability to create an instance of the DataConnectionDialog class. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionFactory |
Provides the ability to create stand-alone instances of the DataConnection class. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionManager |
Represents a shared set of data connection objects that are created on demand and managed by Visual Studio. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionMessageReceivedEventArgs |
Provides event data for the MessageReceived event. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionOpenCanceledException |
Provides the exception that is thrown when a method call to open a data connection causes user intervention and the user is able to cancel the open call. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionPromptDialog |
Represents a dialog box that can prompt the user for information when a data connection is being opened. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionProperties |
Provides support for the parsing and formatting of connection strings containing these properties, as well as for strongly typed property storage, custom attributes, and synonyms. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionPropertyChangedEventArgs |
Provides event data for the PropertyChanged event. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionStateChangedEventArgs |
Provides event data for the StateChanged event on a data connection. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionSupport |
Provides properties and methods that enable you to work directly with connections to a data source. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataConnectionUIControl |
Enables a custom user interface (UI) control for editing connection properties on the Data Connection dialog box. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataExplorerConnection |
Represents a connection that exists in the Visual Studio Server Explorer or Data Explorer window. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataExplorerConnectionManager |
Provides methods and properties that enable programmatic interaction with data connections exposed in the Server Explorer. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataObjectChangedEventArgs |
Encapsulates event data for the ObjectAdded, ObjectChanged, and ObjectRemoved events. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataObjectChangeEvents |
Provides a set of events which a DDEX provider can raise when changes to data objects are made, and provides the means by which a provider can connect to them. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataObjectConceptMapper |
Enables providing a customized mapper of data-source-specific metadata into well known concepts for use by a generic designer. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataObjectEnumerator |
Provides the ability to enumerate data objects. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataObjectIdentifierConverter |
Provides the ability to convert data-source-specific object identifiers from strings to identifier parts, and from identifier parts to strings. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataObjectIdentifierResolver |
Provides the ability to expand and contract an identifier for a specified data object. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataObjectItemComparer |
Allows you to compare two data object identifier parts or properties. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataObjectRestrictionMapper |
Provides a way to customize mappings from generic restrictions to data-source-specific restrictions. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataObjectSupport |
Allows you to retrieve an XML stream that describes a set of data object types on a data source, which can then interpret and manipulate programmatically. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataParameter |
Represents a data parameter that is derived from a data source command, or that is passed with a command to a data source. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataProtection |
Represents the ability to encrypt and decrypt strings using the Windows Data Protection API (DPAPI). |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataProvider |
Enables creation of DDEX provider objects. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataProviderException |
Represents an exception thrown when a DDEX provider error occurs. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataProviderManager |
Represents the set of registered DDEX providers. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataProviderObjectFactory |
Allows you to create data objects implemented by a DDEX provider. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataReader |
Provides the ability to expose data from any data. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataSource |
Represents and provides access to a DDEX data source. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataSourceInformation |
Allows you to retrieve well-defined information about a specified data source in the form of properties passed as name/value pairs. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataSourceManager |
Represents the set of registered DDEX data sources. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataSourceSpecializer |
Represents an ability to specialize the behavior of a DDEX provider based on the data source to which it is connected. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataSourceVersionComparer |
Provides the means to compare two data-source-specific version strings. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataSupport |
Represents the base class for all classes that provide data support XML. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataTransaction |
Enables transaction-processing, which allows you to commit or roll back as a batch a series of related operations. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataViewBrowseObjectProvider |
Allows you to retrieve a specialized browse object for a specified node in a given data view. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataViewCommandHandler |
Provides the ability to implement commands, specifically custom commands, for nodes in a data view. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataViewHierarchyAccessor |
Represents a set of properties and methods that interact with the data view hierarchy implementation of the IVsUIHierarchy interface. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DataViewManager |
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 class Public class](images/ee657126.pubclass(vs.120).gif) |
DataViewSupport |
Enables retrieving an XML stream that provides a description of one or more data views. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
DSRefBuilder |
Allows you to create a Data Source Reference (DSRef) object that identifies a data object. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
NameAttribute |
Specifies the string literal name of a given connection property when specified in a connection string. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
ObjectWithSite |
Provides a simplified way to support communication between an object and its site in the container. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
OleCommand |
Provides a managed wrapper around the identifier of an OLE command. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
OleCommandStatus |
Provides the status of a specified OLE command. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
ServiceProvider |
Provides an object that can proffer services using both the managed and unmanaged IServiceProvider interfaces. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
ServiceProviderWithSite |
Provides an object that proffers services using both the managed and unmanaged versions of the ServiceProvider interface, and can be sited using the IObjectWithSite interface. |
![Public class Public class](images/ee657126.pubclass(vs.120).gif) |
SynonymsAttribute |
Provides a comma-delimited list of connection property names that are synonymous with a primary connection property name. |