다음을 통해 공유


IDTSXMLTask.Namespaces 속성

정의

네임스페이스의 컬렉션을 가져오거나 설정합니다.

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

속성 값

네임스페이스의 컬렉션입니다.

특성

적용 대상