Classe ComputedColumnInfo
Provides the SQL Server computed column specification.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.Metadata..::..ComputedColumnInfo
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Class ComputedColumnInfo
'Utilizzo
Dim instance As ComputedColumnInfo
public class ComputedColumnInfo
public ref class ComputedColumnInfo
type ComputedColumnInfo = class end
public class ComputedColumnInfo
Nel tipo ComputedColumnInfo sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
ComputedColumnInfo | Initializes a new instance of the ComputedColumnInfo class using the given computed column specification. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
IsPersisted | Gets a value that indicates whether the computed value of the column is saved with the data. |
![]() |
Text | Gets the Transact-SQL expression that is used to generate the value of the computed column. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)
.gif)