ProviderAttribute 생성자

정의

ProviderAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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.

적용 대상