Partager via


AdoDotNetParameter.HasDescriptor, propriété

Obtient une valeur indiquant si le paramètre de données expose son implémentation d' IVsDataParameterDescriptor via la propriété d' Descriptor .

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Protected Overrides ReadOnly Property HasDescriptor As Boolean
protected override bool HasDescriptor { get; }
protected:
virtual property bool HasDescriptor {
    bool get () override;
}
abstract HasDescriptor : bool
override HasDescriptor : bool
override function get HasDescriptor () : boolean

Valeur de propriété

Type : System.Boolean
true si le paramètre de données contient les informations de modèle ; sinon, false.

Notes

L'implémentation par défaut retourne la valeur true.Substitution pour fournir une implémentation personnalisée.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetParameter Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms