Share via


ForeignKeyConstraint.ForeignColumns Property

ForeignColumns relationship class of ForeignKeyConstraint

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

Syntax

'Declaration
Public Shared Property ForeignColumns As ModelRelationshipClass 
    Get 
    Friend Set
'Usage
Dim value As ModelRelationshipClass 

value = ForeignKeyConstraint.ForeignColumns
public static ModelRelationshipClass ForeignColumns { get; internal set; }
public:
static property ModelRelationshipClass^ ForeignColumns {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member ForeignColumns : ModelRelationshipClass with get, internal set
static function get ForeignColumns () : ModelRelationshipClass 
internal static function set ForeignColumns (value : ModelRelationshipClass)

Property Value

Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

See Also

Reference

ForeignKeyConstraint Class

Microsoft.SqlServer.Dac.Model Namespace