Propriété Text
Gets the Transact-SQL expression that is used to generate the value of the computed column.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Text As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
The Transact-SQL expression that is used to generate the value of the computed column.