ForeignKeyColumn Constructor
Initializes a new instance of the ForeignKeyColumn class.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。
多載清單
名稱 | Description |
---|---|
ForeignKeyColumn () |
Initializes a new instance of the ForeignKeyColumn class.
|
ForeignKeyColumn (ForeignKey, String) |
Initializes a new instance of the ForeignKeyColumn class based on the specified foreign key with the specified name.
|
ForeignKeyColumn (ForeignKey, String, String) |
Initializes a new instance of the ForeignKeyColumn class based on the specified foreign key with the specified name, which references the specified column.
|
請參閱
參考
ForeignKeyColumn Class
ForeignKeyColumn Members
Microsoft.SqlServer.Management.Smo Namespace
其他資源
Creating, Altering, and Removing Foreign Keys
建立與修改 FOREIGN KEY 條件約束
CREATE TABLE (Transact-SQL)