IForeignKeyConstraint Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IForeignKeyConstraint : Microsoft.SqlServer.Management.SqlParser.Metadata.IConstraint
type IForeignKeyConstraint = interface
interface IConstraint
interface IMetadataObject
Public Interface IForeignKeyConstraint
Implements IConstraint
- Derived
- Implements
Properties
| Columns | |
| DeleteAction | |
| IsChecked | |
| IsEnabled | |
| IsSystemNamed | (Inherited from IConstraint) |
| Name | (Inherited from IMetadataObject) |
| NotForReplication | |
| Parent | (Inherited from IConstraint) |
| ReferencedTable | |
| Type | (Inherited from IConstraint) |
| UpdateAction | |
Methods
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
Extension Methods
| TypeInfo(IMetadataObject) |