Share via


IDTSProperty100.Get プロパティ

定義

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

public:
 property bool Get { bool get(); };
[System.Runtime.InteropServices.DispId(5)]
public bool Get { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.Get : bool
Public ReadOnly Property Get As Boolean

プロパティ値

プロパティ値を読み取ることができる場合は true。それ以外の場合は false。

属性

注釈

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

適用対象