Partager via


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

Voir aussi

Référence

DatabaseSchemaProvider Classe

Microsoft.Data.Schema, espace de noms

UserInteractionServices