Share via


ModelRelationshipClass.Properties Propiedad

Properties for the relationship.

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public ReadOnly Property Properties As ICollection(Of ModelPropertyClass)
    Get
'Uso
Dim instance As ModelRelationshipClass 
Dim value As ICollection(Of ModelPropertyClass)

value = instance.Properties
public ICollection<ModelPropertyClass> Properties { get; }
public:
property ICollection<ModelPropertyClass^>^ Properties {
    ICollection<ModelPropertyClass^>^ get ();
}
member Properties : ICollection<ModelPropertyClass>
function get Properties () : ICollection<ModelPropertyClass>

Valor de la propiedad

Tipo: System.Collections.Generic.ICollection<ModelPropertyClass>

Vea también

Referencia

ModelRelationshipClass Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model