Partager via


CatalogsDataSet Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CatalogsDataSet class with the specified serialization and streaming context information.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New CatalogsDataSet(info, context)
protected CatalogsDataSet(
    SerializationInfo info,
    StreamingContext context
)
protected:
CatalogsDataSet(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function CatalogsDataSet(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

The CatalogsDataSet exposes the Catalog values of the CatalogsDataSet..::.CatalogsDataTable table.

There are twenty one columns in the table:

  • CatalogFlags

  • CatalogId

  • CatalogName

  • CatalogStatus

  • Currency

  • CustomCatalog

  • DefaultLanguage

  • Displayname

  • EndDate

  • FreeTextIndexCreated

  • FullTextCatalogName

  • IsVirtualCatalog

  • IsVirtualCatalogView

  • Locale

  • ProductId

  • ProductTableUpdated

  • ReportingLanguage

  • StartDate

  • TimeStamp

  • VariantId

  • WeightMeasure

Permissions

See Also

Reference

CatalogsDataSet Class

CatalogsDataSet Members

CatalogsDataSet Overload

Microsoft.CommerceServer.Catalog Namespace