다음을 통해 공유


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 네임스페이스