次の方法で共有


IDTSParameter100.Required プロパティ

定義

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

プロパティ値

Parameter オブジェクトが必須パラメーターの場合は true。それ以外の場合は false

属性

適用対象