IDTSProperty100.Get 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值指出是否可以讀取屬性值。
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。