Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The metadata class for properties.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dac.Model.ModelPropertyClass
Spazio dei nomi Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ModelPropertyClass
'Utilizzo
Dim instance As ModelPropertyClass
public sealed class ModelPropertyClass
public ref class ModelPropertyClass sealed
[<SealedAttribute>]
type ModelPropertyClass = class end
public final class ModelPropertyClass
Nel tipo ModelPropertyClass sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
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 alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetDefaultValue(SqlServerVersion) | Returns the default property value. |
![]() |
GetDefaultValue<T>(SqlServerVersion) | Returns the default property value. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
GetValue<T> | Returns the property value. |
![]() |
IsDefaultValue | Returns if the value is the platform default value. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlSchemaModel instance.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)