Proprietà IDTSXMLTask.Namespaces
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a collection of namespaces.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Sintassi
'Dichiarazione
Property Namespaces As ArrayList
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Collections.ArrayList
A collection of namespaces.