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.
The ModelRelationshipClass this instance represents.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property Relationship As ModelRelationshipClass
Get
Private Set
'Usage
Dim instance As ModelRelationshipInstance
Dim value As ModelRelationshipClass
value = instance.Relationship
public ModelRelationshipClass Relationship { get; private set; }
public:
property ModelRelationshipClass^ Relationship {
ModelRelationshipClass^ get ();
private: void set (ModelRelationshipClass^ value);
}
member Relationship : ModelRelationshipClass with get, private set
function get Relationship () : ModelRelationshipClass
private function set Relationship (value : ModelRelationshipClass)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass