ProviderAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 では、Sql2000Provider、Sql2005Provider、および Sql2008Provider プロバイダーがサポートされます。 これらは の SqlProviderサブクラスです。