MessagePersistenceManager.Load Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- contentKey
- Guid
Devoluciones
Se aplica a
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
Parámetros
- contentKey
- Guid
- context
- IPipelineContext
Devoluciones
Se aplica a
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
Parámetros
- contentKey
- Guid
- dtaDbConnection
- SqlConnection
Devoluciones
Se aplica a
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
Parámetros
- contentKey
- Guid
- context
- IPipelineContext
- connection
- SqlConnection