Columns Property
From Microsoft Deployment Tools
Deployment Tools Foundation
Columns Property
Gets the set of columns that were included in the query for this View,
or null if this view is not a SELECT query.
| C# | Visual Basic | Visual C++ |
public ColumnCollection Columns { get; }
Public ReadOnly Property Columns As ColumnCollection
public: property ColumnCollection^ Columns { ColumnCollection^ get (); }
Win32 MSI API: MsiViewGetColumnInfo
| Exception | Condition |
|---|---|
| InstallerException | the View is not in an active state |
| InvalidHandleException | the View handle is invalid |