Share via


TableValuedFunction.OrderColumnsRelationship.RelationshipClass Property

 

Relationship class for OrderColumnsRelationship

Namespace:   Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

public static ModelRelationshipClass RelationshipClass { get; internal set; }
public:
property ModelRelationshipClass^ RelationshipClass {
    static ModelRelationshipClass^ get();
    internal: static void set(ModelRelationshipClass^ value);
}
static member RelationshipClass : ModelRelationshipClass with get, internal set
Public Shared Property RelationshipClass As ModelRelationshipClass
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

See Also

TableValuedFunction.OrderColumnsRelationship Class
Microsoft.SqlServer.Dac.Model Namespace

Return to top