![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
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.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public string SqlCreateString { get; }
Public ReadOnly Property SqlCreateString As String Get
public: property String^ SqlCreateString { String^ get (); }
![](collapse_all.gif)
String
SQL fragment to be used for creating the column
SQL fragment to be used for creating the column
![](collapse_all.gif)
Examples:
- LONG
- SHORT TEMPORARY
- CHAR(0) LOCALIZABLE
- CHAR(72) NOT NULL LOCALIZABLE
- OBJECT
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)