Поделиться через


Свойство ParameterInfo.Required

Gets a value that indicates whether the current parameter is a required parameter. If this value is true, a value must be assigned before a project or package can be executed.

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

Синтаксис

'Декларация
Public ReadOnly Property Required As Boolean 
    Get
'Применение
Dim instance As ParameterInfo 
Dim value As Boolean 

value = instance.Required
public bool Required { get; }
public:
property bool Required {
    bool get ();
}
member Required : bool
function get Required () : boolean

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

Тип: System.Boolean
true if the current parameter is a required parameter; otherwise, false.

См. также

Справочник

ParameterInfo Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime