コード例 #1
0
 public static RuleSetInfoCollection GetPublishedUndeployedRuleSets()
 {
     Microsoft.BizTalk.RuleEngineExtensions.RuleSetDeploymentDriver dd = new Microsoft.BizTalk.RuleEngineExtensions.RuleSetDeploymentDriver();
     return(dd.GetPublishedUndeployedRuleSets());
 }