ComputedColumnInfo-Klasse
Provides the SQL Server computed column specification.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.Metadata..::..ComputedColumnInfo
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Class ComputedColumnInfo
'Usage
Dim instance As ComputedColumnInfo
public class ComputedColumnInfo
public ref class ComputedColumnInfo
type ComputedColumnInfo = class end
public class ComputedColumnInfo
Der ComputedColumnInfo-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
ComputedColumnInfo | Initializes a new instance of the ComputedColumnInfo class using the given computed column specification. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)