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 an ArrayList class that contains a collection of nodes that the XPath operation produces.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Public ReadOnly Property NodeList As ArrayList
Get
'Usage
Dim instance As XMLTask
Dim value As ArrayList
value = instance.NodeList
public ArrayList NodeList { get; }
public:
virtual property ArrayList^ NodeList {
ArrayList^ get () sealed;
}
abstract NodeList : ArrayList
override NodeList : ArrayList
final function get NodeList () : ArrayList
Eigenschaftswert
Typ: System.Collections.ArrayList
An ArrayList class that contains a collection of nodes that the XPath operation produces.
Implementiert
Hinweise
This property is used when the OperationType is set to XPATH.