Compartir a través de


ParameterInfo.Required Propiedad

Gets a value that indicates whether this parameter is required.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Required As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
True if this parameter is required; otherwise, false.

Vea también

Referencia

ParameterInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices