Condividi tramite


Interfaccia IMessageQueueTask

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents an interface for the MessageQueueTask.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Sintassi

'Dichiarazione
Public Interface IMessageQueueTask
'Utilizzo
Dim instance As IMessageQueueTask
public interface IMessageQueueTask
public interface class IMessageQueueTask
type IMessageQueueTask =  interface end
public interface IMessageQueueTask

Nel tipo IMessageQueueTask sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica DataFileOverWritable Infrastruttura. Gets or sets a value that indicates whether the data file message can overwrite an existing data file.
Proprietà pubblica DTSMessageLineageID Infrastruttura. Gets or sets the message lineage identifier.
Proprietà pubblica DTSMessagePackageID Infrastruttura. Gets or sets the identifier of the package that is the source of the message.
Proprietà pubblica DTSMessageVersionID Infrastruttura. Gets or sets the version identifier of the message.
Proprietà pubblica EncryptionAlgo Infrastruttura. Gets or sets the name of the encryption algorithm used to encrypt the message body of a private message.
Proprietà pubblica ErrorIfMessageTimeOut Infrastruttura. Gets or sets a value that indicates whether the task fails when the message times out.
Proprietà pubblica MsmqConnection Infrastruttura. Gets or sets the name of the connection for the MSMQ task.
Proprietà pubblica OperationDescription Infrastruttura. Gets or sets the description of the operation.
Proprietà pubblica ReceiveMessageTimeOut Infrastruttura. Gets or sets the number of seconds before a received message times out.
Proprietà pubblica ReceiveMessageType Infrastruttura. Gets or sets an MQMessageType value that indicates the message type to receive.
Proprietà pubblica ReceiveVariableMessage Infrastruttura. Gets or sets the name of the variable in which to store the message.
Proprietà pubblica RemoveFromQueue Infrastruttura. Gets or sets a value that indicates whether the message should be removed from the queue.
Proprietà pubblica SaveDataFileName Infrastruttura. Gets or sets the name of the file to which an incoming Data File message is saved.
Proprietà pubblica StringCompareType Infrastruttura. Gets or sets the string comparison method for a String message type when the TaskType is DTSMQType_Receiver.
Proprietà pubblica StringCompareValue Infrastruttura. Gets or sets the String to which a string message is compared to when the TaskType is DTSMQType_Receiver.
Proprietà pubblica StringMessageToVariableName Infrastruttura. Gets or sets the name of the variable to which the message contents are saved.
Proprietà pubblica TaskType Infrastruttura. Gets or sets the type of the message task.
Proprietà pubblica Use2000Format Infrastruttura. Gets or sets a value that indicates whether the message uses SQL Server 2000 format.
Proprietà pubblica UseEncryption Infrastruttura. Gets or sets a value that indicates whether the message uses encryption.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask