次の方法で共有


IDTSPipeline100.EnableDisconnectedColumns プロパティ

定義

データ フロー タスクでメイン パイプ内の切断された列を有効にするかどうかを示す値を取得します。値の設定も可能です。

public:
 property bool EnableDisconnectedColumns { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(18)]
public 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 Property EnableDisconnectedColumns As Boolean

プロパティ値

True の 場合、データ フロー タスクは、切断された列を有効にします。それ以外の場合は false。

実装

属性

適用対象