CepEventTypeField.IsFixedSize 屬性

 

取得值,這個值會指出欄位大小是否固定。

命名空間:   Microsoft.ComplexEventProcessing
組件:  Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)

語法

public bool IsFixedSize { get; internal set; }
public:
property bool IsFixedSize {
    bool get();
    internal: void set(bool value);
}
member IsFixedSize : bool with get, internal set
Public Property IsFixedSize As Boolean
    Get
    Friend Set
End Property

屬性值

Type: System.Boolean

如果欄位大小是固定的,則為 true,否則為 false

請參閱

CepEventTypeField 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首