SummaryInfo Property
From Microsoft Deployment Tools
Deployment Tools Foundation
SummaryInfo Property
Gets the SummaryInfo object for this database that can be used to examine and modify properties
to the summary information stream.
| C# | Visual Basic | Visual C++ |
public SummaryInfo SummaryInfo { get; }
Public ReadOnly Property SummaryInfo As SummaryInfo
public: property SummaryInfo^ SummaryInfo { SummaryInfo^ get (); }
The object returned from this property does not need to be explicitly persisted or closed. Any modifications will be automatically saved when the database is committed.
Win32 MSI API: MsiGetSummaryInformation
| Exception | Condition |
|---|---|
| InvalidHandleException | the Database handle is invalid |