次の方法で共有


ExtendedProperty クラス

このクラスには、パッケージに関する追加情報を保持するメンバが含まれます。

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

構文

'宣言
Public NotInheritable Class ExtendedProperty _
    Inherits DtsObject _
    Implements IDTSPersist, IDTSName, IComponent, IDisposable
'使用
Dim instance As ExtendedProperty
public sealed class ExtendedProperty : DtsObject, 
    IDTSPersist, IDTSName, IComponent, IDisposable
public ref class ExtendedProperty sealed : public DtsObject, 
    IDTSPersist, IDTSName, IComponent, IDisposable
[<SealedAttribute>]
type ExtendedProperty =  
    class
        inherit DtsObject
        interface IDTSPersist
        interface IDTSName
        interface IComponent
        interface IDisposable
    end
public final class ExtendedProperty extends DtsObject implements IDTSPersist, IDTSName, IComponent, IDisposable

説明

ExtendedProperties コレクションを使用すると、カスタム情報をパッケージと共に保存できます。たとえば、SSIS デザイナ自体では、パッケージ レイアウト情報が拡張プロパティに保存されます。パッケージの拡張プロパティはデザイン時に表示されず、実行時に無視されますが、パッケージと共に保存されています。これは、自動化プロセスやカスタム ツールでの使用に備えて、ユーザー定義情報やメタデータをパッケージにアタッチできるので、非常に便利です。

各 ExtendedProperty には、NameDescriptionDataType、および Value があります。PackageExtendedProperties プロパティを使用すると、その拡張プロパティのコレクションにアクセスし、コレクションの Add メソッドを使用して新しい拡張プロパティを追加できます。

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..ExtendedProperty

スレッド セーフ

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