Udostępnij za pośrednictwem


ProviderAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ProviderAttribute.

Przeciążenia

ProviderAttribute()

Inicjuje nowe wystąpienie klasy ProviderAttribute.

ProviderAttribute(Type)

Inicjuje nowe wystąpienie klasy ProviderAttribute.

ProviderAttribute()

Inicjuje nowe wystąpienie klasy ProviderAttribute.

public:
 ProviderAttribute();
public ProviderAttribute ();
Public Sub New ()

Dotyczy

ProviderAttribute(Type)

Inicjuje nowe wystąpienie klasy 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)

Parametry

type
Type

Typ dostawcy, który ma być używany do konstruowania elementu ProviderAttribute.

Uwagi

LINQ to SQL obsługuje Sql2000Providerdostawców , Sql2005Provideri Sql2008Provider . Są to podklasy klasy SqlProvider.

Dotyczy