IsTemporary Property

Microsoft Deployment Tools

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
public:
property bool IsTemporary {
	bool get ();
}
Value
temporary status of the column

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)