RuleSetDeploymentDriver 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RuleSetDeploymentDriver() | |
RuleSetDeploymentDriver(String, String) | |
RuleSetDeploymentDriver(String, String, String, String) |
RuleSetDeploymentDriver()
public:
RuleSetDeploymentDriver();
public RuleSetDeploymentDriver ();
Public Sub New ()
適用於
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)
參數
- rulesDatabaseServer
- String
- rulesDatabaseName
- String
適用於
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)
參數
- rulesDatabaseServer
- String
- rulesDatabaseName
- String
- trackingDatabaseServer
- String
- trackingDatabaseName
- String