ColumnDefinitionString Property

DTF API

Copy image CopyHover image
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++ F#
public string ColumnDefinitionString { get; }
Public ReadOnly Property ColumnDefinitionString As String
	Get
public:
property String^ ColumnDefinitionString {
	String^ get ();
}
member ColumnDefinitionString : string with get
Property Value
String
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 lengthi2 - Short integeri4 - Long integerv0 - Binary Streamg? - Temporary string (?=0-255)j? - Temporary integer (?=0,1,2,4)O0 - Temporary object (stream)l? - Localizable string, variable length (?=1-255)l0 - Localizable string, variable length

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