home *** CD-ROM | disk | FTP | other *** search
- // PerfStatsDoc.h : header file
- //
- // This file is part of Microsoft SQL Server online documentation.
- // Copyright (C) 1992-1997 Microsoft Corporation. All rights reserved.
- //
- // This source code is an intended supplement to the Microsoft SQL
- // Server online references and related electronic documentation.
- #include "odbcss.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CPerfStatsDoc document
- class CPerfStatsDoc : public CDocument
- {
- protected:
- CPerfStatsDoc(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CPerfStatsDoc)
-
- // Attributes
- public:
- SQLPERF m_perfSlow;
- SQLPERF m_perfFast;
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPerfStatsDoc)
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~CPerfStatsDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CPerfStatsDoc)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-