Gets or sets the collection of namespaces for the XML task.
命名空間: Microsoft.SqlServer.Dts.Tasks.XMLTask
組件: Microsoft.SqlServer.XMLTask (在 Microsoft.SqlServer.XMLTask.dll 中)
語法
'宣告
Public Property Namespaces As ArrayList
Get
Set
'用途
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)
屬性值
型別:System.Collections.ArrayList
The collection of namespaces for the XML task.