AdoDotNetSchemaReader.HasDescriptor, propriété

Obtient une valeur indiquant si le paramètre de données expose son implémentation d'IVsDataReaderDescriptor.

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 joueur de schéma schéma comporte des 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

AdoDotNetSchemaReader Classe

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