Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Relationships for the type.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property Relationships As ICollection(Of ModelRelationshipClass)
Get
'Usage
Dim instance As ModelTypeClass
Dim value As ICollection(Of ModelRelationshipClass)
value = instance.Relationships
public ICollection<ModelRelationshipClass> Relationships { get; }
public:
property ICollection<ModelRelationshipClass^>^ Relationships {
ICollection<ModelRelationshipClass^>^ get ();
}
member Relationships : ICollection<ModelRelationshipClass>
function get Relationships () : ICollection<ModelRelationshipClass>
Property Value
Type: System.Collections.Generic.ICollection<ModelRelationshipClass>