AddonDataHandler.ConnectionString Property

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.

See Also

Reference

AddonDataHandler Class

AddonDataHandler Members

Microsoft.Office.Visio.Server Namespace