Condividi tramite


Proprietà AlterTableSetStatement.Options

Ottiene un elenco di opzioni di tabella da impostare.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AlterTableSetStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql