Partager via


Propriété 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.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Required As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ParameterInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime