SqlServerDatabaseResource.withCreationScript
Method
interface SqlServerDatabaseResource { // ... omitted for brevity withCreationScript(script: string): SqlServerDatabaseResource;}Signature
method
withCreationScript builder Defines the SQL script used to create the database
withCreationScript(script: string): SqlServerDatabaseResourceParameters
script string Returns
SqlServerDatabaseResource Defined on
This method is defined on the following type: