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

'宣告
ReadOnly Property ProviderObject As Object
    Get
Object ProviderObject { get; }
property Object^ ProviderObject {
    Object^ get ();
}
abstract ProviderObject : Object
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

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace