IDTSProperty100.Set 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示參考的物件屬性是否可以變更。
public:
property bool Set { bool get(); };
[System.Runtime.InteropServices.DispId(6)]
public bool Set { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.Set : bool
Public ReadOnly Property Set As Boolean
屬性值
如果參考的物件屬性可以變更,而且參考的屬性是讀取/寫入或僅限寫入,則為 true。否則為 false。
- 屬性
備註
如需詳細資訊,請參閱DtsProperty。