Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the type of the operation that the task performs.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property OperationType As DTSXMLOperation
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLOperation
The type of the operation that the task performs.