Share via


ProviderAttribute コンストラクター

定義

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

オーバーロード

ProviderAttribute()

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

ProviderAttribute(Type)

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

ProviderAttribute()

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

public:
 ProviderAttribute();
public ProviderAttribute ();
Public Sub New ()

適用対象

ProviderAttribute(Type)

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

public:
 ProviderAttribute(Type ^ type);
public ProviderAttribute (Type type);
new System.Data.Linq.Mapping.ProviderAttribute : Type -> System.Data.Linq.Mapping.ProviderAttribute
Public Sub New (type As Type)

パラメーター

type
Type

ProviderAttribute を構築するために使用されるプロバイダーの種類。

注釈

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

適用対象