言語

IDTSPropertiesProvider100 インターフェイス

定義

コンテナに継承されるインターフェースを定義し、式でプロパティを設定できるようにし、コンテナに無数のプロパティの集合を関連付けることを可能にします。

public interface class IDTSPropertiesProvider100
[System.Runtime.InteropServices.Guid("C066B06F-1ACB-4CBA-A73D-29D48C23F54A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPropertiesProvider100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("269C293D-EBBB-47A2-9812-27AFA7E19E15")]
public interface IDTSPropertiesProvider100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("102DE02F-7826-4789-8BDF-536968FFCF51")]
public interface IDTSPropertiesProvider100
[<System.Runtime.InteropServices.Guid("C066B06F-1ACB-4CBA-A73D-29D48C23F54A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPropertiesProvider100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("269C293D-EBBB-47A2-9812-27AFA7E19E15")>]
type IDTSPropertiesProvider100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("102DE02F-7826-4789-8BDF-536968FFCF51")>]
type IDTSPropertiesProvider100 = interface
Public Interface IDTSPropertiesProvider100
派生
属性

注釈

詳細については、IDTSPropertiesProviderを参照してください。

プロパティ

名前 説明
Properties

コンテナで使うプロパティやメソッドを持つ IDTSProperty100 オブジェクトを含むコレクションを取得します。

メソッド

名前 説明
ComputeExpressions(Boolean)

性質に関連する式を計算します。

GetExpression(String)

指定されたプロパティの表現を含むStringを返します。 ヌルとは、式が割り当てられていないことを意味します。

SetExpression(String, String)

指定された式をプロパティに割り当てます。 nullを指定して、プロパティから既存の式を削除します。

適用対象