Show / Hide Table of Contents

Class SqlServerSeInstanceEngineProps

Properties for SQL Server Standard Edition instance engines.

Inheritance
System.Object
SqlServerSeInstanceEngineProps
Implements
ISqlServerSeInstanceEngineProps
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public class SqlServerSeInstanceEngineProps : Object, ISqlServerSeInstanceEngineProps
Syntax (vb)
Public Class SqlServerSeInstanceEngineProps
    Inherits Object
    Implements ISqlServerSeInstanceEngineProps
Remarks

Used in {@link 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

Constructors

SqlServerSeInstanceEngineProps()

Properties

Version

The exact version of the engine to use.

Constructors

SqlServerSeInstanceEngineProps()

public SqlServerSeInstanceEngineProps()

Properties

Version

The exact version of the engine to use.

public SqlServerEngineVersion Version { get; set; }
Property Value

SqlServerEngineVersion

Implements

ISqlServerSeInstanceEngineProps
Back to top Generated by DocFX