DataConnection

DataConnection class

Abstracts communication between one or more DataRecordset elements and a non-XML data source.

public class DataConnection

Constructors

Name Description
DataConnection() Constructor.

Properties

Name Description
AlwaysUseConnectionFile { get; set; } The default value is false. See Remarks for more information.
Command { get; set; } The command string used to query the data source.
ConnectionString { get; set; } The connection string that defines the parameters necessary to connect to a data source.
FileName { get; set; } The name of the connection file. See Remarks for more information.
ID { get; set; } The ID assigned by Visio for a given connection, unique within the document.
Timeout { get; set; } wait time in minutes while trying to establish a connection before terminating the attempt.

See Also