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)