Interface ISqlServerExInstanceEngineProps
Properties for SQL Server Express Edition instance engines.
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISqlServerExInstanceEngineProps
Syntax (vb)
Public Interface ISqlServerExInstanceEngineProps
Remarks
Used in DatabaseInstanceEngine.sqlServerEx
.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.RDS;
SqlServerEngineVersion sqlServerEngineVersion;
var sqlServerExInstanceEngineProps = new SqlServerExInstanceEngineProps {
Version = sqlServerEngineVersion
};
Synopsis
Properties
Version | The exact version of the engine to use. |
Properties
Version
The exact version of the engine to use.
SqlServerEngineVersion Version { get; }
Property Value