Compartir a través de


ComputedColumnInfo Constructor

Initializes a new instance of the ComputedColumnInfo class using the given computed column specification.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Sub New ( _
    text As String, _
    isPersisted As Boolean _
)
'Uso
Dim text As String
Dim isPersisted As Boolean

Dim instance As New ComputedColumnInfo(text, isPersisted)
public ComputedColumnInfo(
    string text,
    bool isPersisted
)
public:
ComputedColumnInfo(
    String^ text, 
    bool isPersisted
)
new : 
        text:string * 
        isPersisted:bool -> ComputedColumnInfo
public function ComputedColumnInfo(
    text : String, 
    isPersisted : boolean
)

Parámetros

  • isPersisted
    Tipo: System. . :: . .Boolean
    true to indicate that the computed column is persisted; otherwise, false.