Freigeben über


TSqlModelSchema-Klasse

Defines a schema for a relational TSQL database model.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.TSqlModelSchema

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class TSqlModelSchema
'Usage
Dim instance As TSqlModelSchema
public sealed class TSqlModelSchema
public ref class TSqlModelSchema sealed
[<SealedAttribute>]
type TSqlModelSchema =  class end
public final class TSqlModelSchema

Der TSqlModelSchema-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllTypes All types supported in the model. This will include types that cannot be queried for using the GetObject(ModelTypeClass, ObjectIdentifier, DacQueryScopes) and GetObjects(DacQueryScopes, array<ModelTypeClass[]) API calls.
Öffentliche Eigenschaft TopLevelTypes All top level types supported in the model. These are the only types that can be queried for via the GetObject(ModelTypeClass, ObjectIdentifier, DacQueryScopes) and GetObjects(DacQueryScopes, array<ModelTypeClass[]) API calls.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace