IDTSProperty100.Set 屬性

定義

取得值,這個值表示參考的物件屬性是否可以變更。

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

屬性值

Boolean

如果參考的物件屬性可以變更,而且參考的屬性是讀取/寫入或僅限寫入,則為 true。否則為 false。

屬性

備註

如需詳細資訊,請參閱DtsProperty

適用於