Partager via


Propriété IDTSXMLTask.SecondOperandType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the type of source that contains the data in the second operand.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly :  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Syntaxe

'Déclaration
Property SecondOperandType As DTSXMLSourceType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType
The type of source that contains that data in the second operand.

Voir aussi

Référence

IDTSXMLTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.XMLTask