RuleSetDeploymentDriver.GetDeployedRuleSets Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetDeployedRuleSets() | |
GetDeployedRuleSets(String) |
GetDeployedRuleSets()
public:
virtual Microsoft::RuleEngine::RuleSetInfoCollection ^ GetDeployedRuleSets();
public Microsoft.RuleEngine.RuleSetInfoCollection GetDeployedRuleSets ();
abstract member GetDeployedRuleSets : unit -> Microsoft.RuleEngine.RuleSetInfoCollection
override this.GetDeployedRuleSets : unit -> Microsoft.RuleEngine.RuleSetInfoCollection
Public Function GetDeployedRuleSets () As RuleSetInfoCollection
Retornos
Implementações
Aplica-se a
GetDeployedRuleSets(String)
public:
virtual Microsoft::RuleEngine::RuleSetInfoCollection ^ GetDeployedRuleSets(System::String ^ ruleSetName);
public Microsoft.RuleEngine.RuleSetInfoCollection GetDeployedRuleSets (string ruleSetName);
abstract member GetDeployedRuleSets : string -> Microsoft.RuleEngine.RuleSetInfoCollection
override this.GetDeployedRuleSets : string -> Microsoft.RuleEngine.RuleSetInfoCollection
Public Function GetDeployedRuleSets (ruleSetName As String) As RuleSetInfoCollection
Parâmetros
- ruleSetName
- String