Share via


TargetTableName Property

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

Gets or sets the name of an external table or view that is joined with the catalog table.

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

Syntax

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

value = instance.TargetTableName

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

Property Value

Type: System..::.String
The Target table name used for the external join.

Remarks

The name of the target table.

Permissions

See Also

Reference

JoinTableInformation Class

JoinTableInformation Members

Microsoft.CommerceServer.Catalog Namespace