Fetches a property connection information set.
Syntax
object.GetConnectionInformation iIndex, bstrProperyName, bstrSource, bstrFullyQualifiedSource, vtSourceObjects, [fTolerance], [fDeadband], [fUpdateRate]
Properties
The GetConnectionInformation method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
iIndex |
Long. The connection index as returned by IsConnected. |
bstrProperyName |
String. Returns the name of property for this connection index. |
bstrSource |
String. Returns the data source object name. |
bstrFullyQualifiedSource |
String. Returns the fully qualified data source name. |
tSourceObjects |
Variant. Returns the array of tokenized expression parameters. |
fTolerance |
Variant. (Optional) Returns the equivalency determination factor. |
fDeadband |
Variant. (Optional) Returns the data change deadband. |
fUpdateRate |
Variant. (Optional) Returns the refresh rate in seconds for this connection. |