Share via


SyncSchemaForeignKey.ParentColumns Property

Gets a collection of columns from the ParentTable of the FOREIGN KEY constraint.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public ReadOnly Property ParentColumns As Collection(Of String)
    Get
'Usage
Dim instance As SyncSchemaForeignKey
Dim value As Collection(Of String)

value = instance.ParentColumns
public Collection<string> ParentColumns { get; }
public:
property Collection<String^>^ ParentColumns {
    Collection<String^>^ get ();
}
member ParentColumns : Collection<string>
function get ParentColumns () : Collection<String>

Property Value

Type: System.Collections.ObjectModel.Collection<String>
A collection of columns from the ParentTable of the FOREIGN KEY constraint.

See Also

Reference

SyncSchemaForeignKey Class

Microsoft.Synchronization.Data Namespace