次の方法で共有


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, String, String)

DesignTimeProviderServicesAttribute クラスの新しいインスタンスを初期化します。

プロパティ

AssemblyName

デザイン タイム サービスを含むアセンブリの名前を取得します。

PackageName

デザイン タイム サービスを含む NuGet パッケージ名を取得します。

TypeName

データベース プロバイダーのデザイン タイム サービスを に追加するために使用できる型の名前を ServiceCollection取得します。 この型には、次のシグネチャ public IServiceCollection ConfigureDesignTimeServices(IServiceCollection serviceCollection)を持つメソッドが含まれている必要があります。

適用対象