共用方式為


Check.Script 方法

Generates a Transact-SQL script that can be used to re-create the check constraint.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Function Script As StringCollection
'用途
Dim instance As Check 
Dim returnValue As StringCollection 

returnValue = instance.Script()
public StringCollection Script()
public:
virtual StringCollection^ Script() sealed
abstract Script : unit -> StringCollection  
override Script : unit -> StringCollection
public final function Script() : StringCollection

傳回值

型別:System.Collections.Specialized.StringCollection
A StringCollection system object value that contains a list of Transact-SQL command batch statements that defines the check constraint.

實作

IScriptable.Script()

備註

[!附註]

For check constraints based partly on the UserDefinedTableType object this method is not supported and generates an exception.

範例

指令碼

請參閱

參考

Check 類別

Script 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

使用資料庫物件

CHECK 條件約束

CREATE TABLE (Transact-SQL)