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.