共用方式為


SyncSchemaForeignKeys.Item 屬性 (String)

在給定外部索引鍵條件約束名稱時,從此集合中取得 SyncSchemaForeignKey 物件。

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
Public ReadOnly Default Property Item ( _
    foreignKeyName As String _
) As SyncSchemaForeignKey
'用途
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^] {
    SyncSchemaForeignKey^ get (String^ foreignKeyName);
}
/** @property */
public SyncSchemaForeignKey get_Item (String foreignKeyName)

參數

屬性值

此集合中具有指定之名稱的 SyncSchemaForeignKey 物件,如果此外部索引鍵條件約束名稱不存在則為 Null 值。

請參閱

參考

SyncSchemaForeignKeys 類別
SyncSchemaForeignKeys 成員
Microsoft.Synchronization.Data 命名空間