Sql100DatabaseSchemaProvider.UserInteractionServices (Propiedad)
Obtiene el singleton que proporciona los servicios de interacción con el usuario relacionados con SQL Server 2008.
Espacio de nombres: Microsoft.Data.Schema.Sql
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: Microsoft.Data.Schema.UserInteractionServices
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.