此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the String to which a string message is compared to when the TaskType is DTSMQType_Receiver.
命名空间: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
程序集: Microsoft.SqlServer.MSMQTask(在 Microsoft.SqlServer.MSMQTask.dll 中)
语法
声明
Property StringCompareValue As String
Get
Set
用法
Dim instance As IMessageQueueTask
Dim value As String
value = instance.StringCompareValue
instance.StringCompareValue = value
string StringCompareValue { get; set; }
property String^ StringCompareValue {
String^ get ();
void set (String^ value);
}
abstract StringCompareValue : string with get, set
function get StringCompareValue () : String
function set StringCompareValue (value : String)
属性值
类型:System.String
A String used for comparison when the TaskType is DTSMQType_Receiver.