Partilhar via


Propriedade do RDL 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.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ParameterInfo Classe

Namespace Microsoft.SqlServer.Dts.Runtime