次の方法で共有


DTSReadOnlyCollectionBase Class

Integration Services のすべての読み取り専用コレクションで使用される共通メンバを実装する抽象基本クラスを定義します。厳密に型指定されたコレクションの抽象基本クラス (Visual Basic の MustInherit) を提供します。

名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (microsoft.sqlserver.manageddts.dll 内)

構文

'宣言
<MergablePropertyAttribute(False)> _
Public MustInherit Class DTSReadOnlyCollectionBase
    Implements ICollection, IEnumerable
[MergablePropertyAttribute(false)] 
public abstract class DTSReadOnlyCollectionBase : ICollection, IEnumerable
[MergablePropertyAttribute(false)] 
public ref class DTSReadOnlyCollectionBase abstract : ICollection, IEnumerable
/** @attribute MergablePropertyAttribute(false) */ 
public abstract class DTSReadOnlyCollectionBase implements ICollection, IEnumerable
MergablePropertyAttribute(false) 
public abstract class DTSReadOnlyCollectionBase implements ICollection, IEnumerable

解説

このクラスは ICollection および IEnumerable から継承されます。

継承階層

System.Object
  Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
     派生クラス

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

DTSReadOnlyCollectionBase Members
Microsoft.SqlServer.Dts.Runtime Namespace