SyncSchemaForeignKeys.Item Property (String)
Gets a SyncSchemaForeignKey object from the collection when given a foreign key constraint name.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
foreignKeyName As String _
) As SyncSchemaForeignKey
'Usage
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)
Parameters
- foreignKeyName
The name of the SyncSchemaForeignKey object to return from the SyncSchemaForeignKeys collection.
Property Value
The SyncSchemaForeignKey object in the collection with the specified name; otherwise a null value if the foreign key constraint name does not exist.
See Also
Reference
SyncSchemaForeignKeys Class
SyncSchemaForeignKeys Members
Microsoft.Synchronization.Data Namespace