ReferentialConstraint.ToProperties Propriedade

Definição

Obtém a lista de propriedades da "função para" na qual o ReferentialConstraint foi definido.Gets the list of properties for the "to role" on which this ReferentialConstraint is defined.

public:
 property System::Data::Metadata::Edm::ReadOnlyMetadataCollection<System::Data::Metadata::Edm::EdmProperty ^> ^ ToProperties { System::Data::Metadata::Edm::ReadOnlyMetadataCollection<System::Data::Metadata::Edm::EdmProperty ^> ^ get(); };
public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmProperty> ToProperties { get; }
member this.ToProperties : System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmProperty>
Public ReadOnly Property ToProperties As ReadOnlyMetadataCollection(Of EdmProperty)

Valor da propriedade

ReadOnlyMetadataCollection<EdmProperty>

Uma coleção de tipo ReadOnlyMetadataCollection<T> que contém a lista de propriedades da "função para" na qual o ReferentialConstraint foi definido.A collection of type ReadOnlyMetadataCollection<T> that contains the list of properties for the "to role" on which this ReferentialConstraint is defined.

Aplica-se a