XMLTask.Namespaces Property

Definition

Gets or sets the collection of namespaces for the XML task.

public:
 property System::Collections::ArrayList ^ Namespaces { System::Collections::ArrayList ^ get(); void set(System::Collections::ArrayList ^ value); };
[System.ComponentModel.Editor(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.NSCollectionEditor), typeof(System.Drawing.Design.UITypeEditor))]
public System.Collections.ArrayList Namespaces { get; set; }
[<System.ComponentModel.Editor(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.NSCollectionEditor), typeof(System.Drawing.Design.UITypeEditor))>]
member this.Namespaces : System.Collections.ArrayList with get, set
Public Property Namespaces As ArrayList

Property Value

The collection of namespaces for the XML task.

Implements

Attributes

Applies to