语言

IMessageQueueTask.StringCompareValue 属性

定义

当 为 TaskTypeDTSMQType_Receiver时,获取或设置字符串消息的 String 与 。

public:
 property System::String ^ StringCompareValue { System::String ^ get(); void set(System::String ^ value); };
public string StringCompareValue { get; set; }
member this.StringCompareValue : string with get, set
Public Property StringCompareValue As String

属性值

当 为 DTSMQType_Receiver时,用于比较TaskType的字符串。

适用于