CepEventTypeField Class
Represents a single field in a CEP event type.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.CepEventTypeField
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public sealed class CepEventTypeField
The CepEventTypeField type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CultureInfo | Gets the culture settings of the field. |
![]() |
IsFixedSize | Gets a value indicating whether the field size is fixed. |
![]() |
IsNullable | Gets a value indicating whether the field is nullable. |
![]() |
MaxSize | Gets the maximum size of the field, in bytes. |
![]() |
Name | Gets the name of the field. |
![]() |
Ordinal | Gets the ordinal value of the field. |
![]() |
Type | Gets the CEP event type of the field. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.