AdoDotNetReader.HasDescriptor, propriété

Obtient une valeur indiquant si le paramètre de données expose son implémentation d'IVsDataReaderDescriptor via la propriété 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 with get 
override HasDescriptor : bool with get
override function get HasDescriptor () : boolean

Valeur de propriété

Type : Boolean
true si le paramètre de données contient les informations de descripteur ; 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

AdoDotNetReader Classe

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