Freigeben über


ModelTypeClass-Klasse

The metadata class for TSqlObjects.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.ModelTypeClass

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

Syntax

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

Der ModelTypeClass-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Metadata Metadata properties for the type.
Öffentliche Eigenschaft Name Type name.
Öffentliche Eigenschaft Properties Properties for the type.
Öffentliche Eigenschaft Relationships Relationships for the type.
Öffentliche Eigenschaft SupportedPlatforms The TSqlPlatforms versions on which this type is supported.

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

Hinweise

TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlModelSchema instance.

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