IMutableForeignKeyConstraint 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 IMutableForeignKeyConstraint : Microsoft.SqlServer.Management.SqlParser.Metadata.IForeignKeyConstraint, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableConstraint
type IMutableForeignKeyConstraint = interface
interface IForeignKeyConstraint
interface IConstraint
interface IMetadataObject
interface IMutableConstraint
interface IMutableMetadataObject
Public Interface IMutableForeignKeyConstraint
Implements IForeignKeyConstraint, IMutableConstraint
- Implements
Properties
| Columns | |
| DeleteAction | |
| IsChecked | |
| IsEnabled | |
| IsSystemNamed | (Inherited from IMutableConstraint) |
| 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) |