Propriedade do RDL IDTSXMLTask.OperationType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the type of the operation that the task performs.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLOperation
The type of the operation that the task performs.