DatabaseSchemaProvider.UserInteractionServices Property

When implemented in a derived class, gets the UserInteractionServices object for this provider.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property UserInteractionServices As UserInteractionServices
public abstract UserInteractionServices UserInteractionServices { get; }
public:
virtual property UserInteractionServices^ UserInteractionServices {
    UserInteractionServices^ get () abstract;
}
abstract UserInteractionServices : UserInteractionServices
abstract function get UserInteractionServices () : UserInteractionServices

Property Value

Type: Microsoft.Data.Schema.UserInteractionServices
The user interaction services for this provider.

.NET Framework Security

See Also

Reference

DatabaseSchemaProvider Class

Microsoft.Data.Schema Namespace

UserInteractionServices