ComputedColumnInfo(String, Boolean) Constructor

Definition

public ComputedColumnInfo (string text, bool isPersisted);
new Microsoft.SqlServer.Management.SqlParser.Metadata.ComputedColumnInfo : string * bool -> Microsoft.SqlServer.Management.SqlParser.Metadata.ComputedColumnInfo
Public Sub New (text As String, isPersisted As Boolean)

Parameters

text
String
isPersisted
Boolean

Applies to