DB2®Record.GetXmlSchemaSet(int) Method
Returns an XmlSchemaSet object of all the schema documents used to validate the given column.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Function GetXmlSchemaSet( _
ByVal column As Integer _
) As XmlSchemaSet
[C#]
public XmlSchemaSet GetXmlSchemaSet(
int column
);
[C++]
public: XmlSchemaSet* GetXmlSchemaSet(
int column
);
[JScript]
public function GetXmlSchemaSet(
column : int
) : XmlSchemaSet;
Parameters
- column
- The zero-based column ordinal.
Return value
An XmlSchemaSet object of all the schema documents used to validate the given column.