XMLTask.Namespaces Property
Gets or sets the collection of namespaces for the XML task.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Public Property Namespaces As ArrayList
Get
Set
'Usage
Dim instance As XMLTask
Dim value As ArrayList
value = instance.Namespaces
instance.Namespaces = value
public ArrayList Namespaces { get; set; }
public:
virtual property ArrayList^ Namespaces {
ArrayList^ get () sealed;
void set (ArrayList^ value) sealed;
}
abstract Namespaces : ArrayList with get, set
override Namespaces : ArrayList with get, set
final function get Namespaces () : ArrayList
final function set Namespaces (value : ArrayList)
Property Value
Type: System.Collections.ArrayList
The collection of namespaces for the XML task.