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.
Gets the connection string used to connect to the data source.
Namespace: Microsoft.Office.Visio.Server
Assembly: Microsoft.Office.Visio.Server (in Microsoft.Office.Visio.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectionString As String
Get
'Usage
Dim instance As AddonDataHandler
Dim value As String
value = instance.ConnectionString
public string ConnectionString { get; }
Property Value
Type: System.String
The connection string.
Remarks
The data extensibility framework sets this property before BeginGetData(HttpContext, AsyncCallback, Object) is invoked based on information from the DataConnection XML part of the requested document.