Freigeben über


IDTSXMLTask.SecondOperandType-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

'Declaration
Property SecondOperandType As DTSXMLSourceType 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSXMLTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.XMLTask-Namespace