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.