DatabaseSchemaProvider.UserInteractionServices, propriété
En cas d'implémentation dans une classe dérivée, obtient l'objet UserInteractionServices pour ce fournisseur.
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property UserInteractionServices As UserInteractionServices
Get
public abstract UserInteractionServices UserInteractionServices { get; }
public:
virtual property UserInteractionServices^ UserInteractionServices {
UserInteractionServices^ get () abstract;
}
abstract UserInteractionServices : UserInteractionServices
abstract function get UserInteractionServices () : UserInteractionServices
Valeur de propriété
Type : Microsoft.Data.Schema.UserInteractionServices
Services d'intervention de l'utilisateur pour ce fournisseur.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.