Freigeben über


LinqToSqlDomainServiceDescriptionProviderAttribute.DataContextType-Eigenschaft

Ruft den LINQ to SQL-DataContext-Typ ab.

Namespace: Microsoft.ServiceModel.DomainServices.LinqToSql
Assembly: Microsoft.ServiceModel.DomainServices.LinqToSql (in microsoft.servicemodel.domainservices.linqtosql.dll)

Verwendung

'Usage
Dim instance As LinqToSqlDomainServiceDescriptionProviderAttribute
Dim value As Type

value = instance.DataContextType

Syntax

'Declaration
Public ReadOnly Property DataContextType As Type
public Type DataContextType { get; }
public:
property Type^ DataContextType {
    Type^ get ();
}
/** @property */
public Type get_DataContextType ()
public function get DataContextType () : Type

Eigenschaftswert

Der LINQ to SQL-DataContext-Typ.

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Plattformen

Entwicklungsplattformen

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000

Zielplattformen

Siehe auch

Verweis

LinqToSqlDomainServiceDescriptionProviderAttribute-Klasse
LinqToSqlDomainServiceDescriptionProviderAttribute-Member
Microsoft.ServiceModel.DomainServices.LinqToSql-Namespace