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

適用於