Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The metadata class for properties.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dac.Model.ModelPropertyClass
Espace de noms : Microsoft.SqlServer.Dac.Model
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ModelPropertyClass
'Utilisation
Dim instance As ModelPropertyClass
public sealed class ModelPropertyClass
public ref class ModelPropertyClass sealed
[<SealedAttribute>]
type ModelPropertyClass = class end
public final class ModelPropertyClass
Le type ModelPropertyClass expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
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. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
GetDefaultValue(SqlServerVersion) | Returns the default property value. |
![]() |
GetDefaultValue<T>(SqlServerVersion) | Returns the default property value. |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
GetValue<T> | Returns the property value. |
![]() |
IsDefaultValue | Returns if the value is the platform default value. |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Notes
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlSchemaModel instance.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)