IMessageQueueTask Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents an interface for the MessageQueueTask.

Namespace:   Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

public interface class IMessageQueueTask

NameDescription
System_CAPS_pubpropertyDataFileOverWritable

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the data file message can overwrite an existing data file.

System_CAPS_pubpropertyDTSMessageLineageID

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the message lineage identifier.

System_CAPS_pubpropertyDTSMessagePackageID

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the identifier of the package that is the source of the message.

System_CAPS_pubpropertyDTSMessageVersionID

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the version identifier of the message.

System_CAPS_pubpropertyEncryptionAlgo

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the encryption algorithm used to encrypt the message body of a private message.

System_CAPS_pubpropertyErrorIfMessageTimeOut

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the task fails when the message times out.

System_CAPS_pubpropertyMsmqConnection

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection for the MSMQ task.

System_CAPS_pubpropertyOperationDescription

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the description of the operation.

System_CAPS_pubpropertyReceiveMessageTimeOut

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of seconds before a received message times out.

System_CAPS_pubpropertyReceiveMessageType

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an MQMessageType value that indicates the message type to receive.

System_CAPS_pubpropertyReceiveVariableMessage

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the variable in which to store the message.

System_CAPS_pubpropertyRemoveFromQueue

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the message should be removed from the queue.

System_CAPS_pubpropertySaveDataFileName

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the file to which an incoming Data File message is saved.

System_CAPS_pubpropertyStringCompareType

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the string comparison method for a String message type when the TaskType is DTSMQType_Receiver.

System_CAPS_pubpropertyStringCompareValue

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the String to which a string message is compared to when the TaskType is DTSMQType_Receiver.

System_CAPS_pubpropertyStringMessageToVariableName

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the variable to which the message contents are saved.

System_CAPS_pubpropertyTaskType

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of the message task.

System_CAPS_pubpropertyUse2000Format

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the message uses SQL Server 2000 format.

System_CAPS_pubpropertyUseEncryption

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the message uses encryption.

Return to top
Show: