次の方法で共有


BtsCatalogExplorer クラス

定義

public ref class BtsCatalogExplorer sealed : IDisposable, Microsoft::BizTalk::ExplorerOM::IBtsCatalogExplorer2
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("51C20CE5-372E-444c-A6EF-99DB60341E4E")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public sealed class BtsCatalogExplorer : IDisposable, Microsoft.BizTalk.ExplorerOM.IBtsCatalogExplorer2
type BtsCatalogExplorer = class
    interface IBtsCatalogExplorer2
    interface IBtsCatalogExplorer
    interface IDisposable
Public NotInheritable Class BtsCatalogExplorer
Implements IBtsCatalogExplorer2, IDisposable
継承
BtsCatalogExplorer
属性
実装

コンストラクター

BtsCatalogExplorer()

プロパティ

AnalyticsTargetProviders
Applications
Assemblies
Certificates
ConnectionString
DefaultApplication
GroupName
Hosts
Parties
Pipelines
ProtocolTypes
ReceiveHandlers
ReceivePorts
RuleDeploymentDriver
Schemas
SendHandlers
SendPortGroups
SendPorts
StandardAliases
SystemApplication
Transforms

メソッド

AddNewApplication()
AddNewParty()
AddNewReceivePort(Boolean)
AddNewSendPort(Boolean, Boolean)
AddNewSendPortGroup()
DiscardChanges()
Dispose()
GetCollection(CollectionType)
Refresh()
RemoveApplication(IBizTalkApplication)
RemoveParty(IParty)
RemoveReceivePort(IReceivePort)
RemoveSendPort(ISendPort)
RemoveSendPortGroup(ISendPortGroup)
SaveChanges()
SaveChangesWithTransaction(Object)

明示的なインターフェイスの実装

IBtsCatalogExplorer.AddNewParty()
IBtsCatalogExplorer.AddNewReceivePort(Boolean)
IBtsCatalogExplorer.AddNewSendPort(Boolean, Boolean)
IBtsCatalogExplorer.AddNewSendPortGroup()
IBtsCatalogExplorer.RemoveParty(IParty)
IBtsCatalogExplorer.RemoveReceivePort(IReceivePort)
IBtsCatalogExplorer.RemoveSendPort(ISendPort)
IBtsCatalogExplorer.RemoveSendPortGroup(ISendPortGroup)
IBtsCatalogExplorer2.AddNewApplication()
IBtsCatalogExplorer2.AddNewParty()
IBtsCatalogExplorer2.AddNewReceivePort(Boolean)
IBtsCatalogExplorer2.AddNewSendPort(Boolean, Boolean)
IBtsCatalogExplorer2.AddNewSendPortGroup()
IBtsCatalogExplorer2.Applications
IBtsCatalogExplorer2.DefaultApplication
IBtsCatalogExplorer2.RemoveApplication(IBizTalkApplication)
IBtsCatalogExplorer2.RemoveParty(IParty)
IBtsCatalogExplorer2.RemoveReceivePort(IReceivePort2)
IBtsCatalogExplorer2.RemoveSendPort(ISendPort2)
IBtsCatalogExplorer2.RemoveSendPortGroup(ISendPortGroup2)
IBtsCatalogExplorer2.SystemApplication

適用対象