次の方法で共有


ForeignKeyCollection.Add メソッド

ForeignKey オブジェクトを外部キー コレクションに追加します。

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

構文

'宣言
Public Sub Add ( _
    foreignKey As ForeignKey _
)
'使用
Dim instance As ForeignKeyCollection 
Dim foreignKey As ForeignKey

instance.Add(foreignKey)
public void Add(
    ForeignKey foreignKey
)
public:
void Add(
    ForeignKey^ foreignKey
)
member Add : 
        foreignKey:ForeignKey -> unit
public function Add(
    foreignKey : ForeignKey
)

パラメーター

使用例

コレクションの使用

関連項目

参照

ForeignKeyCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間