Deployment Tools Foundation
ColumnInfo Constructor (name, type, size, isRequired)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ColumnInfo ► ColumnInfo(String, Type, Int32, Boolean)
Creates a new ColumnInfo object from a list of parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public ColumnInfo( string name, Type type, int size, bool isRequired )
Public Sub New ( name As String, type As Type, size As Integer, isRequired As Boolean )
public: ColumnInfo( String^ name, Type^ type, int size, bool isRequired )
new : name : string * type : Type * size : int * isRequired : bool -> ColumnInfo
Parameters
- name (String)
- name of the column
- type (Type)
- type of the column; must be one of the following: Int16, Int32, String, or Stream
- size (Int32)
- the maximum number of characters for String columns; ignored for other column types
- isRequired (Boolean)
- true if the column is required to have a non-null value
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)