ConnectionParameterCollection

ConnectionParameterCollection class

Specifies the ConnectionParameter collection

class ConnectionParameterCollection;

Methods

MethodDescription
get(number)Gets the ConnectionParameter element at the specified index.
set(ConnectionParameter, number)Gets the ConnectionParameter element at the specified index.
getCount()Gets the number of elements contained in.

get(number)

Gets the ConnectionParameter element at the specified index.

get(index: number) : ConnectionParameter;

Parameters:

ParameterTypeDescription
indexnumberThe zero based index of the element.

Returns

The element at the specified index.

set(ConnectionParameter, number)

Gets the ConnectionParameter element at the specified index.

set(value: ConnectionParameter, index: number) : void;

Parameters:

ParameterTypeDescription
valueConnectionParameterThe value to set.
indexnumberThe zero based index of the element.

Returns

The element at the specified index.

getCount()

Gets the number of elements contained in.

getCount() : number;