MessagePersistenceManager.Load Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- contentKey
- Guid
Gibt zurück
Gilt für:
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
Parameter
- contentKey
- Guid
- context
- IPipelineContext
Gibt zurück
Gilt für:
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
Parameter
- contentKey
- Guid
- dtaDbConnection
- SqlConnection
Gibt zurück
Gilt für:
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
Parameter
- contentKey
- Guid
- context
- IPipelineContext
- connection
- SqlConnection