Sdílet prostřednictvím


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)
'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 ();
}
/** @property */
public Collection<String> get_ParentColumns ()
public function get ParentColumns () : Collection<String>

Property Value

A collection of columns from the ParentTable of the FOREIGN KEY constraint.

See Also

Reference

SyncSchemaForeignKey Class
SyncSchemaForeignKey Members
Microsoft.Synchronization.Data Namespace