ColumnDefinitionString Property

Microsoft Deployment Tools

Deployment Tools Foundation ColumnDefinitionString Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerColumnInfoColumnDefinitionString
Gets a short string defining the type and size of the column.
Declaration Syntax
C# Visual Basic Visual C++
public string ColumnDefinitionString { get; }
Public ReadOnly Property ColumnDefinitionString As String
public:
property String^ ColumnDefinitionString {
	String^ get ();
}
Value
The definition string consists of a single letter representing the data type followed by the width of the column (in characters when applicable, bytes otherwise). A width of zero designates an unbounded width (for example, long text fields and streams). An uppercase letter indicates that null values are allowed in the column.
Remarks

s? - String, variable length (?=1-255) s0 - String, variable length i2 - Short integer i4 - Long integer v0 - Binary Stream g? - Temporary string (?=0-255) j? - Temporary integer (?=0,1,2,4) l? - Localizable string, variable length (?=1-255) l0 - Localizable string, variable length

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