DataConnectionSupport.ProviderObject Property
Gets the underlying data provider, which supports the current data connection.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public MustOverride ReadOnly Property ProviderObject As Object
'使用
Dim instance As DataConnectionSupport
Dim value As Object
value = instance.ProviderObject
public abstract Object ProviderObject { get; }
public:
virtual property Object^ ProviderObject {
Object^ get () abstract;
}
public abstract function get ProviderObject () : Object
Property Value
Type: System.Object
The underlying data provider object for the current data connection.
Implements
IVsDataConnectionSupport.ProviderObject
Remarks
When the data provider has no underlying connection object, this property should be a null reference (Nothing in Visual Basic).
Notes to Inheritors:
The derived class should override this method.
Permissions
- 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.