次の方法で共有


DesignTimeProviderServicesAttribute クラス

定義

特定のデータベース プロバイダーのデザイン タイム サービスを検索する場所を識別します。 この属性は、データベース プロバイダーのプライマリ アセンブリに存在する必要があります。

この属性は、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

[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する必要があります。

適用対象