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
)
매개 변수
- text
유형: System. . :: . .String
The computed column Transact-SQL expression text.
- isPersisted
유형: System. . :: . .Boolean
true to indicate that the computed column is persisted; otherwise, false.