TableInfo Constructor (name, columns, primaryKeys)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation TableInfo Constructor (name, columns, primaryKeys)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTableInfoTableInfo(String, ICollection<(Of <<'(ColumnInfo>)>>), IList<(Of <<'(String>)>>))
Creates a table definition.
Declaration Syntax
C# Visual Basic Visual C++
public TableInfo(
	string name,
	ICollection<ColumnInfo> columns,
	IList<string> primaryKeys
)
Public Sub New ( 
	name As String,
	columns As ICollection(Of ColumnInfo),
	primaryKeys As IList(Of String)
)
public:
TableInfo(
	String^ name, 
	ICollection<ColumnInfo^>^ columns, 
	IList<String^>^ primaryKeys
)
Parameters
name (String)
Name of the table.
columns (ICollection<(Of <(<'ColumnInfo>)>)>)
Columns in the table.
primaryKeys (IList<(Of <(<'String>)>)>)
The primary keys of the table.

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