Freigeben über


AlterTableSetStatement.Options-Eigenschaft

Ruft eine Liste mit festzulegenden Tabellenoptionen ab.

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 TableOption)
    Get
public IList<TableOption> Options { get; }
public:
property IList<TableOption^>^ Options {
    IList<TableOption^>^ get ();
}
member Options : IList<TableOption>
function get Options () : IList<TableOption>

Eigenschaftswert

Typ: System.Collections.Generic.IList<TableOption>

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterTableSetStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace