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.
Represents a reference from one TSqlObject to another, which might be unresolved.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance
Spazio dei nomi Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ModelRelationshipInstance
'Utilizzo
Dim instance As ModelRelationshipInstance
public sealed class ModelRelationshipInstance
public ref class ModelRelationshipInstance sealed
[<SealedAttribute>]
type ModelRelationshipInstance = class end
public final class ModelRelationshipInstance
Nel tipo ModelRelationshipInstance sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
FromObject | The TSqlObject this instance is from. This is the referencing object |
![]() |
Item | Retrieves properties for this relationship instance. |
![]() |
Object | The TSqlObject this instance references. This is the referenced object. |
![]() |
ObjectName | The ObjectIdentifier representing the name of the referenced object. |
![]() |
Relationship | The ModelRelationshipClass this instance represents. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetProperty(ModelPropertyClass) | Retrieves properties for this relationship instance. |
![]() |
GetProperty<T>(ModelPropertyClass) | Retrieves properties for this relationship instance. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlModelSchema 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)