次の方法で共有


MainPipeClass.EnableDisconnectedColumns プロパティ

定義

タスクで切断された列を有効にするかどうかを示す値を取得します。値の設定も可能です。

public:
 virtual property bool EnableDisconnectedColumns { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(18)]
public virtual bool EnableDisconnectedColumns { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.EnableDisconnectedColumns : bool with get, set
Public Overridable Property EnableDisconnectedColumns As Boolean

プロパティ値

True を指定すると、タスクで切断された列が有効になります。それ以外の場合は false。

実装

属性

適用対象