Compartir a través de


DatabaseSchemaProvider.UserInteractionServices (Propiedad)

Cuando se implementa en una clase derivada, obtiene el objeto UserInteractionServices para este proveedor.

Espacio de nombres:  Microsoft.Data.Schema
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

Valor de propiedad

Tipo: Microsoft.Data.Schema.UserInteractionServices
Servicios de interacción con el usuario para este proveedor.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaProvider Clase

Microsoft.Data.Schema (Espacio de nombres)

UserInteractionServices