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支援 Sql2000ProviderSql2005ProviderSql2008Provider 提供者。 這些是 的 SqlProvider 子類別。

適用於