IDTSXMLTask.SecondOperandType Property

Definition

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

public:
 property Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType SecondOperandType { Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType get(); void set(Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType value); };
public Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType SecondOperandType { get; set; }
member this.SecondOperandType : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType with get, set
Public Property SecondOperandType As DTSXMLSourceType

Property Value

The type of source that contains that data in the second operand.

Applies to