DataSourceInformation.ProviderObject Property
Retrieves the underlying provider connection object as exposed by the connection support object.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property ProviderObject As Object
protected Object ProviderObject { get; }
protected:
property Object^ ProviderObject {
Object^ get ();
}
member ProviderObject : Object with get
function get ProviderObject () : Object
Property Value
Type: System.Object
Returns the underlying provider connection object as exposed by the connection support object.
Remarks
This value will be nulla null reference (Nothing in Visual Basic) if the instance was instantiated without a data connection or if there is no underlying provider object.
.NET Framework Security
- 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.