05-28-05 01:47 AM
Jeff,
>I feel I should know this already, but is there a way to list the schemas
>that are already deployed to a BizTalk server?
There are several ways, depending on what you want to do and how you want to
do it.
Programatically, one way to retrieve them is through the Schemas property of
the BtsCatalogExplorer class in the ExplorerOM library.
You can also hack this information out of the management database
(BizTalkMgmtDb), it's stored in the bt_XMLShare table (while schema roots
are in the bt_DocumentSpec table).
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
[ Post a follow-up to this message ]
|