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のサブクラスです。

適用対象