SecondOperand Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado: Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)
Sintaxis
'Declaración
Property SecondOperand As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String
Vea también