CreateDatabaseStatement.Options Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the database Options for Create Database.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<DatabaseOption> Options { get; }
public:
property IList<DatabaseOption^>^ Options {
    IList<DatabaseOption^>^ get();
}
member Options : IList<DatabaseOption> with get
Public ReadOnly Property Options As IList(Of DatabaseOption)

Property Value

Type: System.Collections.Generic.IList<DatabaseOption>

The database Options for Create Database.

See Also

CreateDatabaseStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top