CreateInstance Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Constructs a new instance of the DiscountPrioritySet..::.DiscountPrioritiesDataTable class.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Protected Overrides Function CreateInstance As DataTable
'Usage
Dim returnValue As DataTable
returnValue = Me.CreateInstance()
protected override DataTable CreateInstance()
protected:
virtual DataTable^ CreateInstance() override
protected override function CreateInstance() : DataTable
Return Value
Type: System.Data..::.DataTable
A new instance of the DiscountPrioritySet..::.DiscountPrioritiesDataTable class.
Remarks
Creates a new DiscountPrioritySet..::.DiscountPrioritiesDataTable.
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.
See Also
Reference
DiscountPrioritySet..::.DiscountPrioritiesDataTable Class