Freigeben über


ModelPropertyClass-Klasse

The metadata class for properties.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.ModelPropertyClass

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

Syntax

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

Der ModelPropertyClass-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Data type of the property.
Öffentliche Eigenschaft Name Property name.
Öffentliche Eigenschaft OwningRelationship Owning ModelRelationshipClass for the property, where this property is attached to a Relationship. Null if this property is on a ModelTypeClass
Öffentliche Eigenschaft OwningType Owning ModelTypeClass for the property, where this property is attached to a Type. Null if this property is on a ModelRelationshipClass
Öffentliche Eigenschaft SupportedPlatforms The TSqlPlatforms versions on which this relationship is supported.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetDefaultValue(SqlServerVersion) Returns the default property value.
Öffentliche Methode GetDefaultValue<T>(SqlServerVersion) Returns the default property value.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetValue<T> Returns the property value.
Öffentliche Methode IsDefaultValue Returns if the value is the platform default value.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlSchemaModel 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