다음을 통해 공유


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.