IRuleSetDeploymentDriver.GetDeployedRuleSets Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetDeployedRuleSets() | |
GetDeployedRuleSets(String) |
GetDeployedRuleSets()
public:
Microsoft::RuleEngine::RuleSetInfoCollection ^ GetDeployedRuleSets();
public Microsoft.RuleEngine.RuleSetInfoCollection GetDeployedRuleSets ();
abstract member GetDeployedRuleSets : unit -> Microsoft.RuleEngine.RuleSetInfoCollection
Public Function GetDeployedRuleSets () As RuleSetInfoCollection
Devoluciones
Se aplica a
GetDeployedRuleSets(String)
public:
Microsoft::RuleEngine::RuleSetInfoCollection ^ GetDeployedRuleSets(System::String ^ ruleSetName);
public Microsoft.RuleEngine.RuleSetInfoCollection GetDeployedRuleSets (string ruleSetName);
abstract member GetDeployedRuleSets : string -> Microsoft.RuleEngine.RuleSetInfoCollection
Public Function GetDeployedRuleSets (ruleSetName As String) As RuleSetInfoCollection
Parámetros
- ruleSetName
- String