Propriedade SecondOperand
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
Consulte também