//****************************************************************************
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// This code is licensed under the Visual Studio SDK license terms.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
//
//****************************************************************************
//
// Definition of the numeric part of the IDs for the CTC elements of this
// package.
//
///////////////////////////////////////////////////////////////////////////////
// Commands
#define cmdidCreateTable 256
#define cmdidAlterTable 257
#define cmdidDropTable 258
#define cmdidCreateIndex 259
#define cmdidDropIndex 260
#define cmdidDropView 261
#define cmdidVacuum 262
#define cmdidRekey 263