Sdílet prostřednictvím


DatabaseSchemaProvider.UserInteractionServices – vlastnost

Po implementaci v odvozené třídě získává UserInteractionServices objekt pro tohoto zprostředkovatele.

Obor názvů:  Microsoft.Data.Schema
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.UserInteractionServices
Služby interakce uživatele pro tohoto zprostředkovatele.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DatabaseSchemaProvider Třída

Microsoft.Data.Schema – obor názvů

UserInteractionServices