Condividi tramite


XMLTask.Namespaces Proprietà

Definizione

Ottiene o imposta la raccolta di spazi dei nomi per l'attività XML.

public:
 property System::Collections::ArrayList ^ Namespaces { System::Collections::ArrayList ^ get(); void set(System::Collections::ArrayList ^ value); };
[System.ComponentModel.Editor(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.NSCollectionEditor), typeof(System.Drawing.Design.UITypeEditor))]
public System.Collections.ArrayList Namespaces { get; set; }
[<System.ComponentModel.Editor(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.NSCollectionEditor), typeof(System.Drawing.Design.UITypeEditor))>]
member this.Namespaces : System.Collections.ArrayList with get, set
Public Property Namespaces As ArrayList

Valore della proprietà

Raccolta di spazi dei nomi per l'attività XML.

Implementazioni

Attributi

Si applica a