Свойство ParameterInfo.Required

Gets a value that indicates whether this parameter is required.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Required As Boolean 
    Get
'Применение
Dim instance As ParameterInfo 
Dim value As Boolean 

value = instance.Required
[SfcPropertyAttribute(Data = true)]
public bool Required { get; }
[SfcPropertyAttribute(Data = true)]
public:
property bool Required {
    bool get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Required : bool
function get Required () : boolean

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

Тип: System.Boolean
True if this parameter is required; otherwise, false.

См. также

Справочник

ParameterInfo Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices