IVsDataConnectionSupport.ProviderObject Property
When implemented by a class, gets the underlying provider object for the specified connection.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property ProviderObject As Object
Object ProviderObject { get; }
property Object^ ProviderObject {
Object^ get ();
}
abstract ProviderObject : Object with get
function get ProviderObject () : Object
Property Value
Type: System.Object
The underlying provider object for the specified connection.
Remarks
In cases where the data provider has no underlying connection object, this property should be nulla null reference (Nothing in Visual Basic).
.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.
See Also
Reference
IVsDataConnectionSupport Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace