java.lang.Object
com.aspose.diagram.DataConnection
public class DataConnection
| Constructor Summary |
|---|
DataConnection()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
int | getAlwaysUseConnectionFile() | |
void | setAlwaysUseConnectionFile(int) | |
| The default value is false. See Remarks for more information. The value of the property is BOOL integer constant. | ||
java.lang.String | getCommand() | |
void | setCommand(java.lang.String) | |
| The command string used to query the data source. | ||
java.lang.String | getConnectionString() | |
void | setConnectionString(java.lang.String) | |
| The connection string that defines the parameters necessary to connect to a data source. | ||
java.lang.String | getFileName() | |
void | setFileName(java.lang.String) | |
| The name of the connection file. See Remarks for more information. | ||
long | getID() | |
void | setID(long) | |
| The ID assigned by Visio for a given connection, unique within the document. | ||
long | getTimeout() | |
void | setTimeout(long) | |
| wait time in minutes while trying to establish a connection before terminating the attempt. | ||
| Constructor Detail |
|---|
public DataConnection()
| Property Getters/Setters Detail |
|---|
getID/setID | |
public long getID() / public void setID(long value) | |
getFileName/setFileName | |
public java.lang.String getFileName() / public void setFileName(java.lang.String value) | |
getConnectionString/setConnectionString | |
public java.lang.String getConnectionString() / public void setConnectionString(java.lang.String value) | |
getCommand/setCommand | |
public java.lang.String getCommand() / public void setCommand(java.lang.String value) | |
getTimeout/setTimeout | |
public long getTimeout() / public void setTimeout(long value) | |
getAlwaysUseConnectionFile/setAlwaysUseConnectionFile | |
public int getAlwaysUseConnectionFile() / public void setAlwaysUseConnectionFile(int value) | |