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
)
パラメーター
- foreignKey
型: Microsoft.SqlServer.Management.Smo.ForeignKey
外部キー コレクションに追加する ForeignKey オブジェクトの値です。