MessagePersistenceManager.Load メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Load(Guid) | |
Load(Guid, IPipelineContext) | |
Load(Guid, SqlConnection) | |
Load(Guid, IPipelineContext, SqlConnection) |
Load(Guid)
public:
static Microsoft::BizTalk::Operations::BizTalkRootMessage ^ Load(Guid contentKey);
public static Microsoft.BizTalk.Operations.BizTalkRootMessage Load (Guid contentKey);
static member Load : Guid -> Microsoft.BizTalk.Operations.BizTalkRootMessage
Public Function Load (contentKey As Guid) As BizTalkRootMessage
パラメーター
- contentKey
- Guid
戻り値
適用対象
Load(Guid, IPipelineContext)
public:
static Microsoft::BizTalk::Message::Interop::IBaseMessage ^ Load(Guid contentKey, Microsoft::BizTalk::Component::Interop::IPipelineContext ^ context);
public static Microsoft.BizTalk.Message.Interop.IBaseMessage Load (Guid contentKey, Microsoft.BizTalk.Component.Interop.IPipelineContext context);
static member Load : Guid * Microsoft.BizTalk.Component.Interop.IPipelineContext -> Microsoft.BizTalk.Message.Interop.IBaseMessage
Public Function Load (contentKey As Guid, context As IPipelineContext) As IBaseMessage
パラメーター
- contentKey
- Guid
- context
- IPipelineContext
戻り値
適用対象
Load(Guid, SqlConnection)
public:
static Microsoft::BizTalk::Operations::BizTalkRootMessage ^ Load(Guid contentKey, System::Data::SqlClient::SqlConnection ^ dtaDbConnection);
public static Microsoft.BizTalk.Operations.BizTalkRootMessage Load (Guid contentKey, System.Data.SqlClient.SqlConnection dtaDbConnection);
static member Load : Guid * System.Data.SqlClient.SqlConnection -> Microsoft.BizTalk.Operations.BizTalkRootMessage
Public Function Load (contentKey As Guid, dtaDbConnection As SqlConnection) As BizTalkRootMessage
パラメーター
- contentKey
- Guid
- dtaDbConnection
- SqlConnection
戻り値
適用対象
Load(Guid, IPipelineContext, SqlConnection)
public:
static Microsoft::BizTalk::Message::Interop::IBaseMessage ^ Load(Guid contentKey, Microsoft::BizTalk::Component::Interop::IPipelineContext ^ context, System::Data::SqlClient::SqlConnection ^ connection);
public static Microsoft.BizTalk.Message.Interop.IBaseMessage Load (Guid contentKey, Microsoft.BizTalk.Component.Interop.IPipelineContext context, System.Data.SqlClient.SqlConnection connection);
static member Load : Guid * Microsoft.BizTalk.Component.Interop.IPipelineContext * System.Data.SqlClient.SqlConnection -> Microsoft.BizTalk.Message.Interop.IBaseMessage
Public Function Load (contentKey As Guid, context As IPipelineContext, connection As SqlConnection) As IBaseMessage
パラメーター
- contentKey
- Guid
- context
- IPipelineContext
- connection
- SqlConnection