Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents an interface for the MessageQueueTask.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Interface IMessageQueueTask
'Usage
Dim instance As IMessageQueueTask
public interface IMessageQueueTask
public interface class IMessageQueueTask
type IMessageQueueTask = interface end
public interface IMessageQueueTask
Der IMessageQueueTask-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
DataFileOverWritable | Infrastruktur Gets or sets a value that indicates whether the data file message can overwrite an existing data file. |
![]() |
DTSMessageLineageID | Infrastruktur Gets or sets the message lineage identifier. |
![]() |
DTSMessagePackageID | Infrastruktur Gets or sets the identifier of the package that is the source of the message. |
![]() |
DTSMessageVersionID | Infrastruktur Gets or sets the version identifier of the message. |
![]() |
EncryptionAlgo | Infrastruktur Gets or sets the name of the encryption algorithm used to encrypt the message body of a private message. |
![]() |
ErrorIfMessageTimeOut | Infrastruktur Gets or sets a value that indicates whether the task fails when the message times out. |
![]() |
MsmqConnection | Infrastruktur Gets or sets the name of the connection for the MSMQ task. |
![]() |
OperationDescription | Infrastruktur Gets or sets the description of the operation. |
![]() |
ReceiveMessageTimeOut | Infrastruktur Gets or sets the number of seconds before a received message times out. |
![]() |
ReceiveMessageType | Infrastruktur Gets or sets an MQMessageType value that indicates the message type to receive. |
![]() |
ReceiveVariableMessage | Infrastruktur Gets or sets the name of the variable in which to store the message. |
![]() |
RemoveFromQueue | Infrastruktur Gets or sets a value that indicates whether the message should be removed from the queue. |
![]() |
SaveDataFileName | Infrastruktur Gets or sets the name of the file to which an incoming Data File message is saved. |
![]() |
StringCompareType | Infrastruktur Gets or sets the string comparison method for a String message type when the TaskType is DTSMQType_Receiver. |
![]() |
StringCompareValue | Infrastruktur Gets or sets the String to which a string message is compared to when the TaskType is DTSMQType_Receiver. |
![]() |
StringMessageToVariableName | Infrastruktur Gets or sets the name of the variable to which the message contents are saved. |
![]() |
TaskType | Infrastruktur Gets or sets the type of the message task. |
![]() |
Use2000Format | Infrastruktur Gets or sets a value that indicates whether the message uses SQL Server 2000 format. |
![]() |
UseEncryption | Infrastruktur Gets or sets a value that indicates whether the message uses encryption. |
Zum Anfang
.gif)