DB2®XsrObjectId.Value Property
Gets the value stored in the DB2XsrObjectId structure in the form of a long integer.
- Namespace:
IBM.Data.DB2Types
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public ReadOnly Property Value As Long
[C#]
public long Value {get;}
[C++]
public: __property long get_Value();
[JScript]
public function get Value() : long;
Property value
A long integer representing the DB2XsrObjectId instance.