CheckpointConfiguration.LogPath 屬性

 

取得或設定檢查點記錄檔的路徑。

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

語法

public string LogPath { get; set; }
public:
property String^ LogPath {
    String^ get();
    void set(String^ value);
}
member LogPath : string with get, set
Public Property LogPath As String

屬性值

Type: System.String

檢查點記錄檔的路徑。 預設值為伺服器路徑。

備註

如需詳細資訊,請參閱<建立具有恢復功能的 StreamInsight 應用程式>。

請參閱

CheckpointConfiguration 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首