Propriedade do RDL Text
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 (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public ReadOnly Property Text As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
The Transact-SQL expression that is used to generate the value of the computed column.
Consulte também