DataSourceInformation.ConnectionSupport Property
Retrieves the provider connection support object associated with the data connection.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property ConnectionSupport As DataConnectionSupport
protected DataConnectionSupport ConnectionSupport { get; }
protected:
property DataConnectionSupport^ ConnectionSupport {
DataConnectionSupport^ get ();
}
member ConnectionSupport : DataConnectionSupport with get
function get ConnectionSupport () : DataConnectionSupport
Property Value
Type: Microsoft.VisualStudio.Data.DataConnectionSupport
Returns the provider connection support object associated with the data connection.
Remarks
This value will be nulla null reference (Nothing in Visual Basic) if the instance was not instantiated with a data connection.
.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.