ProviderAttribute.Type プロパティ

定義

ProviderAttributeの構築に使用されるプロバイダーの型を取得します。

public:
 property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type

プロパティ値

プロバイダーの型。

注釈

LINQ to SQL では、 Sql2000ProviderSql2005Provider、および Sql2008Provider プロバイダーがサポートされます。 これらは SqlProviderのサブクラスです。

適用対象