Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
The metadata class for properties.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dac.Model.ModelPropertyClass
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public NotInheritable Class ModelPropertyClass
'Uso
Dim instance As ModelPropertyClass
public sealed class ModelPropertyClass
public ref class ModelPropertyClass sealed
[<SealedAttribute>]
type ModelPropertyClass = class end
public final class ModelPropertyClass
O tipo ModelPropertyClass expõe os membros a seguir.
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
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. |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
GetDefaultValue(SqlServerVersion) | Returns the default property value. |
![]() |
GetDefaultValue<T>(SqlServerVersion) | Returns the default property value. |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
GetValue<T> | Returns the property value. |
![]() |
IsDefaultValue | Returns if the value is the platform default value. |
![]() |
ToString | (Herdado de Object.) |
Início
Comentários
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlSchemaModel instance.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
.gif)
.gif)