Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Hinweise
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.