Свойство Text

Gets the Transact-SQL expression that is used to generate the value of the computed column.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public ReadOnly Property Text As String
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .String
The Transact-SQL expression that is used to generate the value of the computed column.