Champ scriptForCreate
Returns a value that indicates whether the script contains a CREATE keyword.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public scriptForCreate As Boolean
'Utilisation
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
Notes
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.
Voir aussi