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.
Gets or sets a DTSXMLXPathOperation enumeration value that indicates the XPath operation to perform.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly : Microsoft.SqlServer.XMLTask (in microsoft.sqlserver.xmltask.dll)
Syntax
'Declaration
Public Property XPathOperation As DTSXMLXPathOperation
public DTSXMLXPathOperation XPathOperation { get; set; }
public:
virtual property DTSXMLXPathOperation XPathOperation {
DTSXMLXPathOperation get () sealed;
void set (DTSXMLXPathOperation value) sealed;
}
/** @property */
public final DTSXMLXPathOperation get_XPathOperation ()
/** @property */
public final void set_XPathOperation (DTSXMLXPathOperation value)
public final function get XPathOperation () : DTSXMLXPathOperation
public final function set XPathOperation (value : DTSXMLXPathOperation)
Eigenschaftswert
A value from the DTSXMLXPathOperation enumeration that indicates the XPath operation to perform.
Hinweise
This property is used when the OperationType is set to XPATH.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
XMLTask Class
XMLTask Members
Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace