DatabaseProjectManager Class

This class is a container for all submissions in DTM. The main purpose is to store all the submission packages and allow operations on each project.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel.DBConnection

Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel.DBConnection (in Microsoft.Windows.Kits.Hardware.ObjectModel.DBConnection)

Usage

Visual Basic

Dim instance As DatabaseProjectManager

Syntax

Visual Basic

Public Class DatabaseProjectManager

          Inherits ProjectManager

C#

public class DatabaseProjectManager : ProjectManager

Inheritance Hierarchy

System.Object

ProjectManager Class

Microsoft.Windows.Kits.Hardware.ObjectModel.DBConnection.DatabaseProjectManager

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.