IDTSXMLTask.SecondOperandType Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

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 (in Microsoft.SqlServer.XMLTask.dll)

Syntax

DTSXMLSourceType SecondOperandType { get; set; }
property DTSXMLSourceType SecondOperandType {
    DTSXMLSourceType get();
    void set(DTSXMLSourceType value);
}
abstract SecondOperandType : DTSXMLSourceType with get, set
Property SecondOperandType As DTSXMLSourceType

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType

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

See Also

IDTSXMLTask Interface
Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace

Return to top