Deployment Tools Foundation
SqlCreateString Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ColumnInfo ► SqlCreateString
Gets an SQL fragment that can be used to create this column within a CREATE TABLE statement.
Declaration Syntax
Value
SQL fragment to be used for creating the column
Remarks
Examples:
- LONG
- SHORT TEMPORARY
- CHAR(0) LOCALIZABLE
- CHAR(72) NOT NULL LOCALIZABLE
- OBJECT