SecondOperand propriété
Cette API prend en charge l'infrastructure .NET Framework 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 (dans 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 la propriété
Type : System. . :: . .String
Voir aussi