Freigeben über


Sql100DatabaseSchemaProvider.UserInteractionServices-Eigenschaft

Ruft den Singleton ab, der Benutzerinteraktionsdienste im Zusammenhang mit SQL Server 2008 bereitstellt.

Namespace:  Microsoft.Data.Schema.Sql
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.UserInteractionServices

.NET Framework-Sicherheit

Siehe auch

Referenz

Sql100DatabaseSchemaProvider Klasse

Microsoft.Data.Schema.Sql-Namespace