Язык

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

Значение свойства

Верно, если объект параметра является необходимым параметром; в противном случае — ложь.

Атрибуты

Применяется к