Proprietà SecondOperandType
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Sintassi
'Dichiarazione
Property SecondOperandType As DTSXMLSourceType
Get
Set
'Utilizzo
Dim instance As IDTSXMLTask
Dim value As DTSXMLSourceType
value = instance.SecondOperandType
instance.SecondOperandType = value
DTSXMLSourceType SecondOperandType { get; set; }
property DTSXMLSourceType SecondOperandType {
DTSXMLSourceType get ();
void set (DTSXMLSourceType value);
}
abstract SecondOperandType : DTSXMLSourceType with get, set
function get SecondOperandType () : DTSXMLSourceType
function set SecondOperandType (value : DTSXMLSourceType)
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Tasks.XMLTask. . :: . .DTSXMLSourceType
Vedere anche