Share via


SourceJoinKey Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the name of the column in the catalog table that the external table is joined with.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property SourceJoinKey As String
'Usage
Dim instance As JoinTableInformation
Dim value As String

value = instance.SourceJoinKey

instance.SourceJoinKey = value
public string SourceJoinKey { get; set; }
public:
property String^ SourceJoinKey {
    String^ get ();
    void set (String^ value);
}
public function get SourceJoinKey () : String
public function set SourceJoinKey (value : String)

Property Value

Type: System..::.String
The source join key used for the external join.

Remarks

The name of the column that will act as the join key from the source table.

Permissions

See Also

Reference

JoinTableInformation Class

JoinTableInformation Members

Microsoft.CommerceServer.Catalog Namespace