Condividi tramite


Proprietà DatabaseSchemaProvider.UserInteractionServices

Se implementata in una classe derivata, ottiene l'oggetto UserInteractionServices per questo provider.

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Microsoft.Data.Schema.UserInteractionServices
Servizi di interazione dell'utente per questo provider.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DatabaseSchemaProvider Classe

Spazio dei nomi Microsoft.Data.Schema

UserInteractionServices