Compartir a través de


ParameterInfo.Required Propiedad

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.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property Required As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ParameterInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime