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 | |
---|---|---|
DataType | Data type of the property. | |
Name | Property name. | |
OwningRelationship | Owning ModelRelationshipClass for the property, where this property is attached to a Relationship. Null if this property is on a ModelTypeClass | |
OwningType | Owning ModelTypeClass for the property, where this property is attached to a Type. Null if this property is on a ModelRelationshipClass | |
SupportedPlatforms | The TSqlPlatforms versions on which this relationship is supported. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetDefaultValue(SqlServerVersion) | Returns the default property value. | |
GetDefaultValue<T>(SqlServerVersion) | Returns the default property value. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
GetValue<T> | Returns the property value. | |
IsDefaultValue | Returns if the value is the platform default value. | |
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.