此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents an interface for the MessageQueueTask.
命名空间: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
程序集: Microsoft.SqlServer.MSMQTask(在 Microsoft.SqlServer.MSMQTask.dll 中)
语法
声明
Public Interface IMessageQueueTask
用法
Dim instance As IMessageQueueTask
public interface IMessageQueueTask
public interface class IMessageQueueTask
type IMessageQueueTask = interface end
public interface IMessageQueueTask
IMessageQueueTask 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
DataFileOverWritable | 基础结构。Gets or sets a value that indicates whether the data file message can overwrite an existing data file. |
![]() |
DTSMessageLineageID | 基础结构。Gets or sets the message lineage identifier. |
![]() |
DTSMessagePackageID | 基础结构。Gets or sets the identifier of the package that is the source of the message. |
![]() |
DTSMessageVersionID | 基础结构。Gets or sets the version identifier of the message. |
![]() |
EncryptionAlgo | 基础结构。Gets or sets the name of the encryption algorithm used to encrypt the message body of a private message. |
![]() |
ErrorIfMessageTimeOut | 基础结构。Gets or sets a value that indicates whether the task fails when the message times out. |
![]() |
MsmqConnection | 基础结构。Gets or sets the name of the connection for the MSMQ task. |
![]() |
OperationDescription | 基础结构。Gets or sets the description of the operation. |
![]() |
ReceiveMessageTimeOut | 基础结构。Gets or sets the number of seconds before a received message times out. |
![]() |
ReceiveMessageType | 基础结构。Gets or sets an MQMessageType value that indicates the message type to receive. |
![]() |
ReceiveVariableMessage | 基础结构。Gets or sets the name of the variable in which to store the message. |
![]() |
RemoveFromQueue | 基础结构。Gets or sets a value that indicates whether the message should be removed from the queue. |
![]() |
SaveDataFileName | 基础结构。Gets or sets the name of the file to which an incoming Data File message is saved. |
![]() |
StringCompareType | 基础结构。Gets or sets the string comparison method for a String message type when the TaskType is DTSMQType_Receiver. |
![]() |
StringCompareValue | 基础结构。Gets or sets the String to which a string message is compared to when the TaskType is DTSMQType_Receiver. |
![]() |
StringMessageToVariableName | 基础结构。Gets or sets the name of the variable to which the message contents are saved. |
![]() |
TaskType | 基础结构。Gets or sets the type of the message task. |
![]() |
Use2000Format | 基础结构。Gets or sets a value that indicates whether the message uses SQL Server 2000 format. |
![]() |
UseEncryption | 基础结构。Gets or sets a value that indicates whether the message uses encryption. |
页首