简体   繁体   English

如何通过Biztalk Explorer对象模型C#获取SendPort的管道属性?

[英]How to get SendPort's Pipeline properties via Biztalk Explorer Object Model C#?

Scenario is: Let us have a shared pipeline in shared application and many send/receive ports are using that in different applications. 场景是:让我们在共享应用程序中有一条共享管道,并且许多发送/接收端口正在不同的应用程序中使用它。 I want to remove all references of specific Pipeline from all applications. 我想从所有应用程序中删除特定管道的所有引用。 I also want to store properties of pipeline on each port which will be used for some other reason . 我还想在每个端口上存储管道的属性,这将由于其他原因而被使用 For now I am stuck in " How to access properties of pipeline on each port " If anybody have idea please share to help 现在,我被困在“ 如何访问每个端口上的管道属性 ”中,如果有人有想法请分享以帮助

Thanks Reference for your help is given below: http://msdn.microsoft.com/en-us/library/ee268648(v=bts.10).aspx 感谢参考为您的帮助如下: http : //msdn.microsoft.com/zh-cn/library/ee268648(v=bts.10).aspx

As of BizTalk Server 2006, all Pipeline configuration is stored per-instance. 从BizTalk Server 2006开始,所有管道配置均按实例存储。 Just click the little button next to the Pipeline in the Port Configuration dialog. 只需在“端口配置”对话框中单击“管道”旁边的小按钮。

However, these statements are incongruent: 但是,这些陈述是不一致的:

  • I want to remove all references of specific Pipeline from all applications. 我想从所有应用程序中删除特定管道的所有引用。
  • I also want to store properties of pipeline on each port which will be used for some other reason. 我还想在每个端口上存储管道的属性,这将由于其他原因而被使用。

Can you explain exactly what you're trying to accomplish? 您能确切说明您要完成的工作吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM