共用方式為


IMessageQueueTask 介面

此 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.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask 命名空間