Classe ModelRelationshipClass
The metadata class for relationships.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dac.Model.ModelRelationshipClass
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public NotInheritable Class ModelRelationshipClass
'Uso
Dim instance As ModelRelationshipClass
public sealed class ModelRelationshipClass
public ref class ModelRelationshipClass sealed
[<SealedAttribute>]
type ModelRelationshipClass = class end
public final class ModelRelationshipClass
O tipo ModelRelationshipClass expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
FromObjectClass | The ModelTypeClass of the referencing object for the relationship. This represents the class of objects the relationship comes from | |
Name | Relationship name. | |
Properties | Properties for the relationship. | |
SupportedPlatforms | The TSqlPlatforms versions on which this relationship is supported. | |
Type | Type of the relationship. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
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 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.