fields Property

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Reference

fields Property

Returns a string collection that contains restricted XPath expressions.

[Script]

Implementation Syntax

var oFields = oISchemaIdentityConstraint.fields;

Parameters

None.

Return Values

oFields
An object. The collection of restricted XPath expressions.
[Visual Basic]

Implementation Syntax

Set oFields = oISchemaIdentityConstraint.fields

Parameters

None.

Return Values

oFields
An object. The collection of restricted XPath expressions.
[C/C++]

Implementation 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.

To view reference information for Visual Basic or C/C++ only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

ISchemaStringCollection Interface | XPath Reference

Applies to: ISchemaIdentityConstraint Interface