Язык

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 поддерживает Sql2000Providerи Sql2005ProviderSql2008Provider поставщиков. Это подклассы SqlProvider.

Применяется к