ForeignKeyConstraint Class

 

Updated: April 20, 2017

Model schema container class for ForeignKeyConstraint

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

System::Object
  Microsoft.SqlServer.Dac.Model::ForeignKeyConstraint

public ref class ForeignKeyConstraint abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticColumns

Columns relationship class of ForeignKeyConstraint

System_CAPS_pubpropertySystem_CAPS_staticDeleteAction

DeleteAction property class of ForeignKeyConstraint

System_CAPS_pubpropertySystem_CAPS_staticDisabled

Disabled property class of ForeignKeyConstraint

System_CAPS_pubpropertySystem_CAPS_staticForeignColumns

ForeignColumns relationship class of ForeignKeyConstraint

System_CAPS_pubpropertySystem_CAPS_staticForeignTable

ForeignTable relationship class of ForeignKeyConstraint

System_CAPS_pubpropertySystem_CAPS_staticHost

Host relationship class of ForeignKeyConstraint

System_CAPS_pubpropertySystem_CAPS_staticNotForReplication

NotForReplication property class of ForeignKeyConstraint

System_CAPS_pubpropertySystem_CAPS_staticTypeClass

Type class for ForeignKeyConstraint

System_CAPS_pubpropertySystem_CAPS_staticUpdateAction

UpdateAction property class of ForeignKeyConstraint

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: