Retrieves the underlying data provider object for the specified connection.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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
Returns a provider object for the specified connection.
Remarks
In cases where the data provider has no underlying connection object, this property should be a null reference (Nothing in Visual Basic).
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.