Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.