DesignTimeProviderServicesAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別要在哪裡尋找指定資料庫提供者的設計階段服務。 這個屬性應該出現在資料庫提供者的主要元件中。
這個屬性通常是由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public sealed class DesignTimeProviderServicesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type DesignTimeProviderServicesAttribute = class
inherit Attribute
Public NotInheritable Class DesignTimeProviderServicesAttribute
Inherits Attribute
- 繼承
-
DesignTimeProviderServicesAttribute
- 屬性
備註
如需詳細資訊 和範例,請參閱資料庫提供者和延伸模組的實作 。
建構函式
DesignTimeProviderServicesAttribute(String) |
初始化 DesignTimeProviderServicesAttribute 類別的新執行個體。 |
屬性
TypeName |
取得型別的名稱,這個型別可用來將資料庫提供者設計階段服務新增至 ServiceCollection 。 此類型應該實作 IDesignTimeServices 。 |