Create 方法 (String, SqlCeMetadataProviderConfiguration, CheckpointConfiguration)
使用 SQL Server Compact 中繼資料提供者建立 CEP 伺服器,並指定檢查點組態。
命名空間: Microsoft.ComplexEventProcessing
組件: Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)
語法
public static Server Create(
string instanceName,
SqlCeMetadataProviderConfiguration config,
CheckpointConfiguration checkpointConfig
)
參數
- instanceName
型別:System. . :: . .String
已安裝之 StreamInsight 執行個體的名稱。
- config
型別:Microsoft.ComplexEventProcessing. . :: . .SqlCeMetadataProviderConfiguration
SQL Server Compact 中繼資料提供者組態。
- checkpointConfig
型別:Microsoft.ComplexEventProcessing. . :: . .CheckpointConfiguration
檢查點組態。
傳回值
型別:Microsoft.ComplexEventProcessing. . :: . .Server
新的 CEP 伺服器執行個體。
備註
如需詳細資訊,請參閱<建立具有恢復功能的 StreamInsight 應用程式>。