RuleSetDeploymentDriver Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RuleSetDeploymentDriver() | |
RuleSetDeploymentDriver(String, String) | |
RuleSetDeploymentDriver(String, String, String, String) |
RuleSetDeploymentDriver()
public:
RuleSetDeploymentDriver();
public RuleSetDeploymentDriver ();
Public Sub New ()
S’applique à
RuleSetDeploymentDriver(String, String)
public:
RuleSetDeploymentDriver(System::String ^ rulesDatabaseServer, System::String ^ rulesDatabaseName);
public RuleSetDeploymentDriver (string rulesDatabaseServer, string rulesDatabaseName);
new Microsoft.BizTalk.RuleEngineExtensions.RuleSetDeploymentDriver : string * string -> Microsoft.BizTalk.RuleEngineExtensions.RuleSetDeploymentDriver
Public Sub New (rulesDatabaseServer As String, rulesDatabaseName As String)
Paramètres
- rulesDatabaseServer
- String
- rulesDatabaseName
- String
S’applique à
RuleSetDeploymentDriver(String, String, String, String)
public:
RuleSetDeploymentDriver(System::String ^ rulesDatabaseServer, System::String ^ rulesDatabaseName, System::String ^ trackingDatabaseServer, System::String ^ trackingDatabaseName);
public RuleSetDeploymentDriver (string rulesDatabaseServer, string rulesDatabaseName, string trackingDatabaseServer, string trackingDatabaseName);
new Microsoft.BizTalk.RuleEngineExtensions.RuleSetDeploymentDriver : string * string * string * string -> Microsoft.BizTalk.RuleEngineExtensions.RuleSetDeploymentDriver
Public Sub New (rulesDatabaseServer As String, rulesDatabaseName As String, trackingDatabaseServer As String, trackingDatabaseName As String)
Paramètres
- rulesDatabaseServer
- String
- rulesDatabaseName
- String
- trackingDatabaseServer
- String
- trackingDatabaseName
- String