DB2®DataReader.GetXmlSchemaCollection(long) Method
Returns an XmlSchemaCollection object of all the schema documents for the given DB2XsrObjectId.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Function GetXmlSchemaCollection( _
ByVal xsrObjectId As Long _
) As XmlSchemaCollection
[C#]
public XmlSchemaCollection GetXmlSchemaCollection(
long xsrObjectId
);
[C++]
public: XmlSchemaCollection* GetXmlSchemaCollection(
int64 xsrObjectId
);
[JScript]
public function GetXmlSchemaCollection(
xsrObjectId : long
) : XmlSchemaCollection;
Parameters
- xsrObjectId
- The DB2XsrObjectId to search on.
Return value
An XmlSchemaCollection object of all the schema documents used to validate the given column.