다음을 통해 공유


scriptForCreate 필드

Returns a value that indicates whether the script contains a CREATE keyword.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public scriptForCreate As Boolean
‘사용 방법
Dim instance As DdlTextParserHeaderInfo
Dim value As Boolean

value = instance.scriptForCreate

instance.scriptForCreate = value
public bool scriptForCreate
public:
bool scriptForCreate
val mutable scriptForCreate: bool
public var scriptForCreate : boolean

주의

Returns a Boolean value that indicates whether the script contains a CREATE keyword. If the script does contain the CREATE keyword, True is returned; otherwise, False.