다음을 통해 공유


ExpressionColumn Property

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

Gets the values of the ExpressionColumn column in the CatalogSets table.

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

Syntax

'Declaration
Public ReadOnly Property ExpressionColumn As DataColumn
'Usage
Dim instance As CatalogSetsDataSet..::.CatalogSetsDataTable
Dim value As DataColumn

value = instance.ExpressionColumn
public DataColumn ExpressionColumn { get; }
public:
property DataColumn^ ExpressionColumn {
    DataColumn^ get ();
}
public function get ExpressionColumn () : DataColumn

Property Value

Type: System.Data..::.DataColumn
A DataColumn containing the expressions used in the CatalogSetsDataSet..::.CatalogSetsDataTable.

Remarks

The DataColumn contains the Expressions used in the CatalogSetsDataSet..::.CatalogSetsDataTable.The expressions will allow a user to export part of a product catalog by specifying one or two search expressions to select specific sets of data to be exported.

Permissions

See Also

Reference

CatalogSetsDataSet..::.CatalogSetsDataTable Class

CatalogSetsDataSet..::.CatalogSetsDataTable Members

Microsoft.CommerceServer.Catalog Namespace