Propriedade Sql100DatabaseSchemaProvider.UserInteractionServices
Obtém o singleton que fornece SQL Server 2008-relacionados a serviços de interação do usuário.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property UserInteractionServices As UserInteractionServices
Get
public override UserInteractionServices UserInteractionServices { get; }
public:
virtual property UserInteractionServices^ UserInteractionServices {
UserInteractionServices^ get () override;
}
abstract UserInteractionServices : UserInteractionServices
override UserInteractionServices : UserInteractionServices
override function get UserInteractionServices () : UserInteractionServices
Valor de propriedade
Tipo: Microsoft.Data.Schema.UserInteractionServices
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.