DtsProperty クラス
複数のコンテナによってそれぞれのプロパティで使用されるプロパティおよびメソッドが含まれます。このクラスは継承できません。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public NotInheritable Class DtsProperty _
Inherits DtsObject
'使用
Dim instance As DtsProperty
public sealed class DtsProperty : DtsObject
public ref class DtsProperty sealed : public DtsObject
[<SealedAttribute>]
type DtsProperty =
class
inherit DtsObject
end
public final class DtsProperty extends DtsObject
説明
複数のコンテナは、IDTSPropertiesProvider インターフェイスを実装します。このインターフェイスは、コンテナが保持しているプロパティのコレクションである Properties コレクションに対するアクセスを継承側に提供します。各プロパティに個別にアクセスするのではなく、この Properties コレクションを繰り返し処理する場合に役立ちます。Properties コレクションは DtsProperties オブジェクトを返します。このコレクション内の各オブジェクトは DtsProperty オブジェクトです。DtsProperty オブジェクトのコレクションは DtsProperties コレクションに格納されるため、foreach (Microsoft Visual Basic の For Each) 構文または PropertyEnumerator を使用してこのコレクションを繰り返し処理し、このクラスが保持しているプロパティを表示できます。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..DtsProperty
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。