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
ValueSQL fragment to be used for creating the column
RemarksExamples:
- LONG
- SHORT TEMPORARY
- CHAR(0) LOCALIZABLE
- CHAR(72) NOT NULL LOCALIZABLE
- OBJECT