共用方式為


DdlTextParserHeaderInfo.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.

請參閱

參考

DdlTextParserHeaderInfo 結構

Microsoft.SqlServer.Management.Smo 命名空間