Share via


IDTSXMLTask.Namespaces Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets a collection of namespaces.

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Syntax

'Declaration
Property Namespaces As ArrayList 
    Get 
    Set
'Usage
Dim instance As IDTSXMLTask 
Dim value As ArrayList 

value = instance.Namespaces

instance.Namespaces = value
ArrayList Namespaces { get; set; }
property ArrayList^ Namespaces {
    ArrayList^ get ();
    void set (ArrayList^ value);
}
abstract Namespaces : ArrayList with get, set
function get Namespaces () : ArrayList 
function set Namespaces (value : ArrayList)

Property Value

Type: System.Collections.ArrayList
A collection of namespaces.

See Also

Reference

IDTSXMLTask Interface

Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace