Propriedade DatabaseSchemaProvider.UserInteractionServices

Quando implementado em uma classe derivada, obtém o UserInteractionServices o objeto para o provedor.

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

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.UserInteractionServices
Os serviços de interação do usuário para este provedor.

Segurança do .NET Framework

Consulte também

Referência

DatabaseSchemaProvider Classe

Namespace Microsoft.Data.Schema

UserInteractionServices