CheckpointConfiguration.CreateLogPathIfMissing 屬性

 

取得或設定值,這個值指示若資料夾不存在,是否建立記錄檔路徑。

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

語法

public bool CreateLogPathIfMissing { get; set; }
public:
property bool CreateLogPathIfMissing {
    bool get();
    void set(bool value);
}
member CreateLogPathIfMissing : bool with get, set
Public Property CreateLogPathIfMissing As Boolean

屬性值

Type: System.Boolean

這個值會指出若資料夾不存在,是否建立記錄檔路徑。 預設值是 false

備註

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

請參閱

CheckpointConfiguration 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首