TargetJoinKey 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 external table or view to join with.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property TargetJoinKey As String
'Usage
Dim instance As JoinTableInformation
Dim value As String
value = instance.TargetJoinKey
instance.TargetJoinKey = value
public string TargetJoinKey { get; set; }
public:
property String^ TargetJoinKey {
String^ get ();
void set (String^ value);
}
public function get TargetJoinKey () : String
public function set TargetJoinKey (value : String)
Property Value
Type: System..::.String
The target join key used for the external join.
Remarks
The name of the column that will act as the join key in the target table.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.