selector Property1
[This feature was only implemented for MSXML 6.0.]
Returns a string with the value of a restricted XPath expression.
JScript Syntax
var strSelector = oISchemaIdentityConstraint.selector;
Parameters
None.
Return Values
strSelector
A string. A restricted XPath expression.
Visual Basic Syntax
strSelector = oISchemaIdentityConstraint.selector
Parameters
None.
Return Values
strSelector
A string. A restricted XPath expression.
C/C++ Syntax
HRESULT get_selector(BSTR* selector);
Parameters
selector[out,retval]
A string. An XPath expression.
Return Values
S_OK
The value returned if successful.
E_POINTER
The value returned if the selector
parameter returns NULL.
E_FAIL
The value returned if something else is wrong.
Versioning
Implemented in: MSXML 6.0
Applies to
ISchemaIdentityConstraint Interface