Compartir a través de


IDTSXMLTask.OperationType Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
Property OperationType As DTSXMLOperation 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSXMLTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.XMLTask