Share via


RuleSetDeploymentDriver Constructors

Definition

Overloads

RuleSetDeploymentDriver()
RuleSetDeploymentDriver(String, String)

RuleSetDeploymentDriver()

public:
 RuleSetDeploymentDriver();
public RuleSetDeploymentDriver ();
Public Sub New ()

Applies to

RuleSetDeploymentDriver(String, String)

public:
 RuleSetDeploymentDriver(System::String ^ databaseServer, System::String ^ databaseName);
public RuleSetDeploymentDriver (string databaseServer, string databaseName);
new Microsoft.RuleEngine.RuleSetDeploymentDriver : string * string -> Microsoft.RuleEngine.RuleSetDeploymentDriver
Public Sub New (databaseServer As String, databaseName As String)

Parameters

databaseServer
String
databaseName
String

Applies to