Compartilhar via


Propriedade do RDL IDTSXMLTask.SecondOperandType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)

Sintaxe

'Declaração
Property SecondOperandType As DTSXMLSourceType 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IDTSXMLTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask