Propriedade ModelElementOwnerInfo.OwnerRelationshipEntry

Obtém o proprietário da entrada de relacionamento.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public ReadOnly Property OwnerRelationshipEntry As IModelRelationshipEntry
    Get
public IModelRelationshipEntry OwnerRelationshipEntry { get; }
public:
property IModelRelationshipEntry^ OwnerRelationshipEntry {
    IModelRelationshipEntry^ get ();
}
member OwnerRelationshipEntry : IModelRelationshipEntry
function get OwnerRelationshipEntry () : IModelRelationshipEntry

Valor de propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Retorna um IModelRelationshipEntry.

Segurança do .NET Framework

Consulte também

Referência

ModelElementOwnerInfo Classe

Namespace Microsoft.Data.Schema.SchemaModel