ParameterInfo.Required Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Boolean qui indique si ce paramètre est obligatoire
public:
property bool Required { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.ReadOnly(true)]
public bool Required { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.Required : bool
Public ReadOnly Property Required As Boolean
Valeur de propriété
True
si ce paramètre est obligatoire ; sinon false
.
- Attributs