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
'使用
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 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.
See Also
Reference
IVsDataConnectionSupport Interface
IVsDataConnectionSupport Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace