Share via


XMLTask.Namespaces プロパティ

定義

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

プロパティ値

XML タスクの名前空間のコレクションです。

実装

属性

適用対象