SetField-Methode (Int32, Object)
Legt den Wert des angegebenen Felds fest, unabhängig vom Typ.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public void SetField(
int ordinal,
Object value
)
Parameter
- ordinal
Typ: System. . :: . .Int32
Die Ordnungszahl des Felds, so wie vom Ereignistyp definiert.
- value
Typ: System. . :: . .Object
Der festzulegende Wert.