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
'宣言
Protected ReadOnly Property ConnectionSupport As DataConnectionSupport
'使用
Dim value As DataConnectionSupport
value = Me.ConnectionSupport
protected DataConnectionSupport ConnectionSupport { get; }
protected:
property DataConnectionSupport^ ConnectionSupport {
DataConnectionSupport^ get ();
}
protected 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 a null reference (Nothing in Visual Basic) if the instance was not instantiated with a data connection.
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.