ODSOColumns.Item(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a member of the specified ODSOColumns collection.
public:
System::Object ^ Item(System::Object ^ varIndex);
public object Item (object varIndex);
abstract member Item : obj -> obj
Public Function Item (varIndex As Object) As Object
Parameters
- varIndex
- Object
Required Object. The name or index number of the ODSOColumn item to be returned.