IDTSProperty100 インターフェイス

定義

DtsProperty オブジェクトのインターフェイスを表します。

public interface class IDTSProperty100
[System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")]
public interface IDTSProperty100
[<System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")>]
type IDTSProperty100 = interface
Public Interface IDTSProperty100
属性

プロパティ

ConnectionType

接続の作成に使用する接続マネージャーの名前を取得します。

DataType

プロパティのデータ型を取得します。

Get

プロパティ値を読み取ることができるかどうかを示す値を取得します。

Name

プロパティの名前を取得します。

PropertyKind

プロパティ上のカスタム属性に関する情報を含む DTSPropertyKind 列挙を取得します。

Set

参照するオブジェクトのプロパティが変更可能かどうかを示す値を取得します。

TypeConverter

プロパティの型変換オブジェクトのアセンブリ修飾型の名前を取得します。

UITypeEditor

プロパティのグラフィカル エディターのアセンブリ修飾型の名前を取得します。

メソッド

GetExport(Object)

オブジェクトをエクスポートできるかどうかの値を示します。

GetExpression(Object)

指定したオブジェクトの式を取得します。

GetPackagePath(Object)

指定したパッケージの場所への相対パスを取得します。

GetValue(Object)

プロパティの値を返します。

SetExport(Object, Boolean)

指定したオブジェクトのエクスポート フラグを設定します。

SetExpression(Object, String)

指定した式をオブジェクトに割り当てます。

SetValue(Object, Object)

プロパティの値を設定します。

適用対象