Ler em inglês

Compartilhar via


Propriedade do RDL XMLTask.Namespaces

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

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

Sintaxe

'Declaração
Public Property Namespaces As ArrayList 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IDTSXMLTask.Namespaces

Consulte também

Referência

XMLTask Classe

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask