//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // // markash // laled //------------------------------------------------------------------------------ namespace System.Data.Common { using System; public enum CatalogLocation { // V1.2.3300, MDAC 79449 Start = 1, End = 2, } }