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 , Sql2005Provider 및 공급자를 지원 Sql2008Provider 합니다. 서브 클래스는 SqlProvider합니다.

적용 대상