ComputedColumnInfo 构造函数

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

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Sub New ( _
    text As String, _
    isPersisted As Boolean _
)
用法
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
)

参数

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