This topic has not yet been rated - Rate this topic

Column.ComputedText Property

Gets or sets the Transact-SQL expression that is used to generate the value of a computed column

Namespace:  Microsoft.SqlServer.Management.Smo
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.String
A String value that specifies the Transact-SQL expression that is used to generate the value of a computed column.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.