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子类。

适用于