共用方式為


DatabaseSchemaProvider.UserInteractionServices 屬性

在衍生類別中實作時,取得這個提供者的 UserInteractionServices 物件。

命名空間:  Microsoft.Data.Schema
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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

屬性值

型別:Microsoft.Data.Schema.UserInteractionServices
這個提供者的使用者互動服務。

.NET Framework 安全性

請參閱

參考

DatabaseSchemaProvider 類別

Microsoft.Data.Schema 命名空間

UserInteractionServices