Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.