Propriété SecondOperand

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.XMLTask
Assembly :  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Syntaxe

'Déclaration
Property SecondOperand As String
    Get
    Set
'Utilisation
Dim instance As IDTSXMLTask
Dim value As String

value = instance.SecondOperand

instance.SecondOperand = value
string SecondOperand { get; set; }
property String^ SecondOperand {
    String^ get ();
    void set (String^ value);
}
abstract SecondOperand : string with get, set
function get SecondOperand () : String
function set SecondOperand (value : String)

Valeur de propriété

Type : System. . :: . .String