Proprietà IDTSXMLTask.OperationType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the type of the operation that the task performs.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Sintassi

'Dichiarazione
Property OperationType As DTSXMLOperation 
    Get 
    Set
'Utilizzo
Dim instance As IDTSXMLTask 
Dim value As DTSXMLOperation 

value = instance.OperationType

instance.OperationType = value
DTSXMLOperation OperationType { get; set; }
property DTSXMLOperation OperationType {
    DTSXMLOperation get ();
    void set (DTSXMLOperation value);
}
abstract OperationType : DTSXMLOperation with get, set
function get OperationType () : DTSXMLOperation 
function set OperationType (value : DTSXMLOperation)

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLOperation
The type of the operation that the task performs.

Vedere anche

Riferimento

IDTSXMLTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask