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)

物件の価値を設定します。

適用対象