Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FilterDefinition Dim eventTypeIds() As NodeId Dim value As SimpleAttributeOperandCollection value = instance.ConstructSelectClauses(eventTypeIds) |
C# | |
---|---|
public SimpleAttributeOperandCollection ConstructSelectClauses( params NodeId[] eventTypeIds ) |
Parameters
- eventTypeIds
- The event type ids.
Return Value
The select clauses for all fields discovered.
Each event type is an ObjectType in the address space. The fields supported by the
server are defined as children of the ObjectType. Many of the fields are manadatory
and are defined by the UA information model, however, indiviudual servers many not
support all of the optional fields.
This method browses the type model and
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x