AddonDataHandler.Data Property

Gets a DataSet that describes the structure of the data requested by the server.

Namespace:  Microsoft.Office.Visio.Server
Assembly:  Microsoft.Office.Visio.Server (in Microsoft.Office.Visio.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Data As DataSet
    Get
'Usage
Dim instance As AddonDataHandler
Dim value As DataSet

value = instance.Data
public DataSet Data { get; }

Property Value

Type: System.Data.DataSet
A DataSet object.

Remarks

The data extensibility framework sets this property before BeginGetData(HttpContext, AsyncCallback, Object) is invoked based on information from the DataBinding XML Part of the requested document. The DataSet contains one DataTable. Each DataColumn of the DataTable specifies the name of a column and the type of data on that column. The DataTable has no DataRows.

See Also

Reference

AddonDataHandler Class

AddonDataHandler Members

Microsoft.Office.Visio.Server Namespace