The ConnectionID property specifies the ID of a Connection object you use when connecting to a database or another data source.
object.ConnectionID [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | ID of the Connection object you want to use |
Long
Read/write
HRESULT GetConnectionID(LONG *pRetVal);
HRESULT SetConnectionID(LONG NewValue);