Condividi tramite


Proprietà Sql80DatabaseSchemaProvider.UserInteractionServices

Restituisce un singleton che fornisce servizi di interazione dell'utente correlati a SQL Server 2000.

Spazio dei nomi:  Microsoft.Data.Schema.Sql
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.UserInteractionServices

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Sql80DatabaseSchemaProvider Classe

Spazio dei nomi Microsoft.Data.Schema.Sql