Create-Methode (String, SqlCeMetadataProviderConfiguration, CheckpointConfiguration)
Erstellt mithilfe des SQL Server Compact-Metadatenanbieters einen CEP-Server und gibt eine Prüfpunktkonfiguration an.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public static Server Create(
string instanceName,
SqlCeMetadataProviderConfiguration config,
CheckpointConfiguration checkpointConfig
)
Parameter
- instanceName
Typ: System. . :: . .String
Der Name der installierten StreamInsight-Instanz.
- config
Typ: Microsoft.ComplexEventProcessing. . :: . .SqlCeMetadataProviderConfiguration
Die SQL Server Compact-Metadatenanbieter-Konfiguration.
- checkpointConfig
Typ: Microsoft.ComplexEventProcessing. . :: . .CheckpointConfiguration
Die Prüfpunktkonfiguration.
Rückgabewert
Typ: Microsoft.ComplexEventProcessing. . :: . .Server
Die neue CEP-Serverinstanz.
Hinweise
Weitere Informationen finden Sie unter Erstellen stabiler StreamInsight-Anwendungen.