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

屬性值

Boolean

如果可以讀取屬性值,則為 true;否則為 false。

屬性

備註

如需詳細資訊,請參閱DtsProperty

適用於