CepEventTypeField.Name 屬性

 

取得欄位名稱。

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

語法

public string Name { get; internal set; }
public:
property String^ Name {
    String^ get();
    internal: void set(String^ value);
}
member Name : string with get, internal set
Public Property Name As String
    Get
    Friend Set
End Property

屬性值

Type: System.String

欄位的名稱。

請參閱

CepEventTypeField 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首