Dela via


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
'Usage
Dim instance As IVsDataConnectionSupport 
Dim value As Object 

value = instance.ProviderObject
Object ProviderObject { get; }
property Object^ ProviderObject {
    Object^ 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

See Also

Reference

IVsDataConnectionSupport Interface

IVsDataConnectionSupport Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace