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
C# | Visual Basic | Visual C++ | F# |
public string SqlCreateString { get; }
Public ReadOnly Property SqlCreateString As String Get
public: property String^ SqlCreateString { String^ get (); }
member SqlCreateString : string with get
Property Value
String
SQL fragment to be used for creating the column
SQL fragment to be used for creating the column
Remarks
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.11.1.2318)