Dela via


AlterDatabaseSetStatement.Options Property

Gets a list of options specified in this statement.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of AlterDatabaseOption)
'Usage
Dim instance As AlterDatabaseSetStatement 
Dim value As IList(Of AlterDatabaseOption)

value = instance.Options
public IList<AlterDatabaseOption> Options { get; }
public:
property IList<AlterDatabaseOption^>^ Options {
    IList<AlterDatabaseOption^>^ get ();
}
public function get Options () : IList<AlterDatabaseOption>

Property Value

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

.NET Framework Security

See Also

Reference

AlterDatabaseSetStatement Class

AlterDatabaseSetStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace