Compartir a través de


MessageQueueTask Miembros

Contains the methods and properties used by the Message Queue task. This class cannot be inherited.

El tipo MessageQueueTask expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico MessageQueueTask Initializes a new instance of the MessageQueueTask class.

Principio

Métodos

  Nombre Descripción
Método publico AcceptBreakpointManager Passes a BreakpointManager to a task. This method is called by the runtime and is not used in code.
Método publico CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (Se hereda de Task).
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método publico Execute Runs the task. (Invalida Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetConnectionID Gets a String containing the ID of the connection. (Se hereda de Task).
Método publico GetConnectionName Gets a String containing the name of the connection. (Se hereda de Task).
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método publico InitializeTask Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Invalida Task. . :: . .InitializeTask(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging, EventInfos, LogEntryInfos, ObjectReferenceTracker).)
Método publico LoadFromXML This method is not callable by your application code. To load a package saved in XML format (with the.xml file name extension), use the Application..::..LoadPackage method.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ResumeExecution Resumes execution of the task after pausing. Execution of the task or container is resumed by the runtime engine.
Método publico SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Método publico SuspendExecution Indicates that the executable needs to suspend. This method is called by the runtime engine.
Método publico ToString (Se hereda de Object).
Método publico Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. (Se hereda de Task).
Método publico Validate Verifies that the task is properly configured. (Invalida Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).)

Principio

Propiedades

  Nombre Descripción
Propiedad pública CurrentExecutingPackageID Gets or sets the ID of the current executing package.
Propiedad pública DataFileOverWritable Gets or sets a Boolean that indicates whether the data file message can overwrite an existing data file.
Propiedad pública DebugMode Gets or sets a Boolean that indicates whether the object is in debug mode, and whether it should raise the OnBreakpointHit event while running.
Propiedad pública DTSMessageLineageID Gets or sets the message lineage identifier.
Propiedad pública DTSMessagePackageID Gets or sets the identifier of the package that is the source of the message.
Propiedad pública DTSMessageVersionID Gets or sets the version of the message.
Propiedad pública EncryptionAlgo Gets or sets the name of the encryption algorithm used to encrypt the message body of a private message.
Propiedad pública ErrorIfMessageTimeOut Gets or sets a Boolean specifying whether the task fails when the message times out.
Propiedad pública ExecutionValue Returns a user-defined object. This field is read-only. (Se hereda de Task).
Propiedad pública MessageDataFile Gets or sets the data file name used when the MessageType is set to DTSMQMessageType_DataFile.
Propiedad pública MessageString Gets or sets the message to use when the MessageType is set to DTSMQMessageType_String.
Propiedad pública MessageType Gets or sets a value that indicates the type of message being sent when the TaskType is DTSMQType_Sender.
Propiedad pública MessageVariables Gets or sets the variables list when the MQMessageType enumeration is set to DTSMQMessageType_Variables.
Propiedad pública MsmqConnection Gets or sets the name of the connection for the MSMQ task.
Propiedad pública OperationDescription Gets or sets the description of the operation.
Propiedad pública ReceiveMessageTimeOut Gets or sets a value that specifies the number of seconds before a received message times out.
Propiedad pública ReceiveMessageType Gets or sets an MQMessageType value that indicates the message type to receive.
Propiedad pública ReceiveVariableMessage Gets or sets the name of the variable in which to store the message.
Propiedad pública RemoveFromQueue Gets or sets a Boolean that specifies whether the message should be removed from the queue.
Propiedad pública SaveDataFileName Gets or sets the name of the file to which an incoming Data File message is saved.
Propiedad pública StringCompareType A value that specifies the string comparison method for a String message type when the TaskType is DTSMQType_Receiver.
Propiedad pública StringCompareValue Gets or sets the String to which a string message is compared to when the TaskType is DTSMQType_Receiver.
Propiedad pública StringMessageToVariableName Gets or sets the name of the variable to which the message contents are saved.
Propiedad pública SuspendRequired Gets or sets a Boolean that indicates if the task should suspend when it encounters a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.
Propiedad pública TaskType Gets or sets a value that indicates whether the message task is sending or receiving.
Propiedad pública Use2000Format Gets or sets a Boolean indicating that the message uses SQL Server 2000 format.
Propiedad pública UseEncryption Gets or sets a Boolean indicating whether the message uses encryption.
Propiedad pública Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Se hereda de Task).

Principio