DataParameter.IsOptional, propriété
Obtient une valeur d'Boolean qui indique si le paramètre actuel est facultatif, à condition que il soit dérivée.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsOptional As Boolean
public bool IsOptional { get; }
public:
virtual property bool IsOptional {
bool get () sealed;
}
abstract IsOptional : bool with get
override IsOptional : bool with get
final function get IsOptional () : boolean
Valeur de propriété
Type : Boolean
true si ce paramètre est facultatif ; sinon, false.
Implémentations
IVsDataParameterDescriptor.IsOptional
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Le paramètre n'est pas dérivé. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.