Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns a value that indicates whether the script contains a CREATE keyword.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public scriptForCreate As Boolean
'Uso
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
Comentarios
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.