ForeignKeyColumn コンストラクター

ForeignKeyColumn クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub New
'使用
Dim instance As New ForeignKeyColumn()
public ForeignKeyColumn()
public:
ForeignKeyColumn()
new : unit -> ForeignKeyColumn
public function ForeignKeyColumn()

説明

既定のコンストラクターはフィールドを既定値に初期化します。

使用例

外部キーの作成、変更、および削除

関連項目

参照

ForeignKeyColumn クラス

ForeignKeyColumn オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

FOREIGN KEY 制約の作成と変更

CREATE TABLE (Transact-SQL)