ColumnInfo Constructor (name, type, size, isRequired)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation ColumnInfo Constructor (name, type, size, isRequired)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerColumnInfoColumnInfo(String, Type, Int32, Boolean)
Creates a new ColumnInfo object from a list of parameters.
Declaration Syntax
C# Visual Basic Visual C++
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
)
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.9.1006.0)