ComputedColumnInfo.Text Property
Gets the Transact-SQL expression that is used to generate the value of the computed column.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public ReadOnly Property Text As String
Get
'Usage
Dim instance As ComputedColumnInfo
Dim value As String
value = instance.Text
public string Text { get; }
public:
property String^ Text {
String^ get ();
}
member Text : string
function get Text () : String
Property Value
Type: System.String
The Transact-SQL expression that is used to generate the value of the computed column.