Freigeben über


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
Öffentliche Methode ComputedColumnInfo Initializes a new instance of the ComputedColumnInfo class using the given computed column specification.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsPersisted Gets a value that indicates whether the computed value of the column is saved with the data.
Öffentliche Eigenschaft Text Gets the Transact-SQL expression that is used to generate the value of the computed column.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode 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.