fields Property (ISchemaIdentityConstraint)
[This feature was only implemented for MSXML 6.0.]
Returns a string collection that contains restricted XPath expressions.
JScript Syntax
var oFields = oISchemaIdentityConstraint.fields;
Parameters
None.
Return Values
oFields
An object. The collection of restricted XPath expressions.
Visual Basic Syntax
Set oFields = oISchemaIdentityConstraint.fields
Parameters
None.
Return Values
oFields
An object. The collection of restricted XPath expressions.
C/C++ Syntax
HRESULT get_fields(ISchemaStringCollection** fields);
Parameters
fields[out,retval]
An object. The collection of restricted XPath expression strings.
Return Values
S_OK
The value returned if successful.
E_POINTER
The value returned if the fields
object is NULL.
E_FAIL
The value returned if something else is wrong.
Versioning
Implemented in: MSXML 6.0
Applies to
ISchemaIdentityConstraint Interface