Columns Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Columns Property
Gets information about the columns in this table.
Declaration Syntax
C# Visual Basic Visual C++
public ColumnCollection Columns { get; }
Public ReadOnly Property Columns As ColumnCollection
	Get
public:
property ColumnCollection^ Columns {
	ColumnCollection^ get ();
}
Property Value
Remarks

This property queries the database every time it is called, to ensure the returned values are up-to-date. For best performance, hold onto the returned collection if using it more than once.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)