DatabaseSchemaProvider.UserInteractionServices Property

Gets the UI services used by the project system or other user interfaces.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property UserInteractionServices As UserInteractionServices
    Get
'Usage
Dim instance As DatabaseSchemaProvider
Dim value As UserInteractionServices

value = instance.UserInteractionServices
public abstract UserInteractionServices UserInteractionServices { get; }
public:
virtual property UserInteractionServices^ UserInteractionServices {
    UserInteractionServices^ get () abstract;
}
abstract function get UserInteractionServices () : UserInteractionServices
abstract UserInteractionServices : UserInteractionServices

Property Value

Type: Microsoft.Data.Schema.Extensibility.UserInteractionServices
Returns a UserInteractionServices.

.NET Framework Security

See Also

Reference

DatabaseSchemaProvider Class

DatabaseSchemaProvider Members

Microsoft.Data.Schema.Extensibility Namespace