SqlServerDatabaseResource
Handle
interface SqlServerDatabaseResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, SqlServerServerResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly databaseName: string; readonly jdbcConnectionString: ReferenceExpression; readonly parent: SqlServerServerResource; readonly uriExpression: ReferenceExpression; withCreationScript(script: string): SqlServerDatabaseResource;}6 members
Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string expression for the SQL Server database.
property
databaseNamestringgetGets the database name.
property
jdbcConnectionStringReferenceExpressiongetGets the JDBC connection string for the SQL Server database.
property
parentSqlServerServerResourcegetGets the parent SQL Server container resource.
property
uriExpressionReferenceExpressiongetGets the connection URI expression for the SQL Server database.
Methods
Defines the SQL script used to create the database.
withCreationScript(script: string): SqlServerDatabaseResourceParameters
scriptstringReturns
SqlServerDatabaseResource