IsTemporary Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation IsTemporary Property
Gets a value indicating whether the column is temporary. Temporary columns are not persisted when the database is saved to disk.
Declaration Syntax
C# Visual Basic Visual C++
public bool IsTemporary { get; }
Public ReadOnly Property IsTemporary As Boolean
	Get
public:
property bool IsTemporary {
	bool get ();
}
Property Value
Boolean
temporary status of the column

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