Propriété StringCompareValue

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly :  Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)

Syntaxe

'Déclaration
Property StringCompareValue As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String