Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.