Classe ModelRelationshipInstance
Represents a reference from one TSqlObject to another, which might be unresolved.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public NotInheritable Class ModelRelationshipInstance
'Uso
Dim instance As ModelRelationshipInstance
public sealed class ModelRelationshipInstance
public ref class ModelRelationshipInstance sealed
[<SealedAttribute>]
type ModelRelationshipInstance = class end
public final class ModelRelationshipInstance
O tipo ModelRelationshipInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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ício
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetProperty(ModelPropertyClass) | Retrieves properties for this relationship instance. | |
GetProperty<T>(ModelPropertyClass) | Retrieves properties for this relationship instance. | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlModelSchema 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.