Sql100DatabaseSchemaProvider.UserInteractionServices 屬性
取得提供 SQL Server 2008 相關使用者介面服務的單一物件。
命名空間: Microsoft.Data.Schema.Sql
組件: Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)
語法
'宣告
Public Overrides ReadOnly Property UserInteractionServices As UserInteractionServices
Get
public override UserInteractionServices UserInteractionServices { get; }
public:
virtual property UserInteractionServices^ UserInteractionServices {
UserInteractionServices^ get () override;
}
abstract UserInteractionServices : UserInteractionServices
override UserInteractionServices : UserInteractionServices
override function get UserInteractionServices () : UserInteractionServices
屬性值
型別:Microsoft.Data.Schema.UserInteractionServices
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。