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