Freigeben über


DatabaseSchemaProvider.UserInteractionServices-Eigenschaft

Ruft bei der Implementierung in einer abgeleiteten Klasse das UserInteractionServices-Objekt für diesen Anbieter ab.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.UserInteractionServices
Die Benutzerinteraktionsdienste für diesen Anbieter.

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseSchemaProvider Klasse

Microsoft.Data.Schema-Namespace

UserInteractionServices