Condividi tramite


Proprietà XMLTask.Namespaces

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Sintassi

'Dichiarazione
Public Property Namespaces As ArrayList 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Collections.ArrayList
The collection of namespaces for the XML task.

Implementa

IDTSXMLTask.Namespaces

Vedere anche

Riferimento

XMLTask Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask