DataProviderObjectFactory.DataProvider Property
Retrieves the DDEX provider for which this class creates objects.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property DataProvider As DataProvider
protected DataProvider DataProvider { get; }
protected:
property DataProvider^ DataProvider {
DataProvider^ get ();
}
member DataProvider : DataProvider with get
function get DataProvider () : DataProvider
Property Value
Type: Microsoft.VisualStudio.Data.DataProvider
Returns a DDEX provider object instance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.