DataConnection.ConnectionSupport Property
Retrieves the underlying data provider connection support object that is being used to support the current data connection instance.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectionSupport As DataConnectionSupport
public DataConnectionSupport ConnectionSupport { get; }
public:
property DataConnectionSupport^ ConnectionSupport {
DataConnectionSupport^ get ();
}
member ConnectionSupport : DataConnectionSupport with get
function get ConnectionSupport () : DataConnectionSupport
Property Value
Type: Microsoft.VisualStudio.Data.DataConnectionSupport
Returns a DataConnectionSupport object instance, which functions as the underlying DDEX provider connection support object supporting the current data connection instance.
Remarks
Using this object allows direct access to a DDEX provider's implementation of connection communication and services. However, direct access of this kind is not recommended under normal circumstances, as it circumvents the locking layer provided by the data connection 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.