Item プロパティ (String)
外部キー制約名が指定されている場合は、コレクションから SyncSchemaForeignKey オブジェクトを取得します。
名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)
構文
'宣言
Public ReadOnly Default Property Item ( _
foreignKeyName As String _
) As SyncSchemaForeignKey
Get
'使用
Dim instance As SyncSchemaForeignKeys
Dim foreignKeyName As String
Dim value As SyncSchemaForeignKey
value = instance(foreignKeyName)
public SyncSchemaForeignKey this[
string foreignKeyName
] { get; }
public:
property SyncSchemaForeignKey^ default[String^ foreignKeyName] {
SyncSchemaForeignKey^ get (String^ foreignKeyName);
}
member Item : SyncSchemaForeignKey
パラメーター
- foreignKeyName
型 : System. . :: . .String
SyncSchemaForeignKeys コレクションから返す SyncSchemaForeignKey オブジェクトの名前。
プロパティ値
型 : Microsoft.Synchronization.Data. . :: . .SyncSchemaForeignKey
指定された名前を持つ、コレクション内の SyncSchemaForeignKey オブジェクト。外部キー制約名が存在しない場合は null 値。
例外
例外 | 条件 |
---|---|
ArgumentNullException | foreignKeyName が null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) です。 |