Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the DataConnectionSupport object on which the data provider should update the ConnectionString property.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ConnectionSupport As DataConnectionSupport
Get
[BrowsableAttribute(false)]
public DataConnectionSupport ConnectionSupport { get; }
[BrowsableAttribute(false)]
public:
property DataConnectionSupport^ ConnectionSupport {
DataConnectionSupport^ get ();
}
[<BrowsableAttribute(false)>]
member ConnectionSupport : DataConnectionSupport
function get ConnectionSupport () : DataConnectionSupport
Property Value
Type: Microsoft.VisualStudio.Data.DataConnectionSupport
Returns the DataConnectionSupport object instance on which the DDEX provider must update the ConnectionString property.
.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.