Interface ISqlServerSeInstanceEngineProps
Properties for SQL Server Standard Edition instance engines.
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISqlServerSeInstanceEngineProps
Syntax (vb)
Public Interface ISqlServerSeInstanceEngineProps
Remarks
Used in DatabaseInstanceEngine.sqlServerSe
.
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 sqlServerSeInstanceEngineProps = new SqlServerSeInstanceEngineProps {
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