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 | |
---|---|---|
Metadata | Metadata properties for the type. | |
Name | Type name. | |
Properties | Properties for the type. | |
Relationships | Relationships for the type. | |
SupportedPlatforms | The TSqlPlatforms versions on which this type is supported. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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.