SqlCreateString Property

Microsoft Deployment Tools

Deployment Tools Foundation SqlCreateString Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerColumnInfoSqlCreateString
Gets an SQL fragment that can be used to create this column within a CREATE TABLE statement.
Declaration Syntax
C# Visual Basic Visual C++
public string SqlCreateString { get; }
Public ReadOnly Property SqlCreateString As String
public:
property String^ SqlCreateString {
	String^ get ();
}
Value
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) Version: 3.0.0.0 (3.5.1623.0)