Proprietà IMessageQueueTask.StringCompareValue
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the String to which a string message is compared to when the TaskType is DTSMQType_Receiver.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Sintassi
'Dichiarazione
Property StringCompareValue As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A String used for comparison when the TaskType is DTSMQType_Receiver.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask