Share via


Sql90DatabaseSchemaProvider.UserInteractionServices Property

Gets the singleton SQL Server 2005-related user interaction services.

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
public override UserInteractionServices UserInteractionServices { get; }
public:
virtual property UserInteractionServices^ UserInteractionServices {
    UserInteractionServices^ get () override;
}
abstract UserInteractionServices : UserInteractionServices
override UserInteractionServices : UserInteractionServices
override function get UserInteractionServices () : UserInteractionServices

Property Value

Type: Microsoft.Data.Schema.UserInteractionServices

.NET Framework Security

See Also

Reference

Sql90DatabaseSchemaProvider Class

Microsoft.Data.Schema.Sql Namespace