Query.Description 屬性

 

取得此查詢的描述。

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

語法

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

屬性值

Type: System.String

註冊查詢時所指定的描述。

請參閱

Query 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首