IDTSParameter100.Required Property

Definition

Gets or sets a value that indicates whether the Parameter object is a required parameter.

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

Property Value

True if the Parameter object is a required parameter; otherwise, false.

Attributes

Applies to