TransformTupleItem Property |
Gets the
Object with the specified index.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Object this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As Object
Get
public:
property Object^ default[int index] {
Object^ get (int index);
}member Item : Object with get
Parameters
- index
- Type: SystemInt32
The index value.
Property Value
Type:
Object
The
Object.
Return Value
Type:
ObjectThe value.
See Also