ExternalConnectionCollection
Source: aspose.
Specifies the ExternalConnection collection
Methods
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → ExternalConnection
Gets the ExternalConnection element at the specified index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The zero based index of the element. |
- Returns
-
ExternalConnection
The element at the specified index.
get(connectionName) → ExternalConnection
Gets the ExternalConnection element with the specified name.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
connectionName |
String |
|
the name of data connection |
- Returns
-
ExternalConnection
The element with the specified name.
get()
Reserved for internal use.
getCount()
getExternalConnectionById(connId) → ExternalConnection
Gets the ExternalConnection element with the specified id.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
connId |
Number |
|
external connection id |
- Returns
-
ExternalConnection
The element with the specified id.
indexOf()
Reserved for internal use.
iterator()
removeAt()
set(index) → ExternalConnection
Gets the ExternalConnection element at the specified index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The zero based index of the element. |
- Returns
-
ExternalConnection
The element at the specified index.