ForeignKeyColumnCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public class ForeignKeyColumnCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.OrderedCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IForeignKeyColumn>
type ForeignKeyColumnCollection = class
inherit OrderedCollection<IForeignKeyColumn>
Public Class ForeignKeyColumnCollection
Inherits OrderedCollection(Of IForeignKeyColumn)
- 継承
コンストラクター
| 名前 | 説明 |
|---|---|
| ForeignKeyColumnCollection(CollationInfo) | |
| ForeignKeyColumnCollection(Int32, CollationInfo) | |
プロパティ
| 名前 | 説明 |
|---|---|
| AsMetadataObjectCollection | (継承元 OrderedCollection<T>) |
| Count | (継承元 OrderedCollectionBase<T>) |
| Item[Int32] | (継承元 OrderedCollectionBase<T>) |
| Item[String] | (継承元 OrderedCollectionBase<T>) |