Compartir a través de


IDTSParameter100.Required Propiedad

Definición

Obtiene o establece un valor que indica si el objeto Parameter es un parámetro obligatorio.

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

Valor de propiedad

True si el objeto Parameter es un parámetro obligatorio; de lo contrario, false.

Atributos

Se aplica a