Share via


IDTSParameter100.Required Propriété

Définition

Obtient ou définit une valeur qui indique si l'objet Parameter est un paramètre obligatoire.

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

Valeur de propriété

True si l’objet Parameter est un paramètre requis ; sinon, false.

Attributs

S’applique à