Column.ComputedText Property
SQL Server 2008
Gets or sets the Transact-SQL expression that is used to generate the value of a computed column
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.ReadOnlyAfterCreation)] public string ComputedText { get; set; }
Property Value
Type: System.StringA String value that specifies the Transact-SQL expression that is used to generate the value of a computed column.
