Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a value that indicates whether the script contains a CREATE keyword.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public scriptForCreate As Boolean
'Usage
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
Remarks
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.