Condividi tramite


Proprietà AlterTableSetStatement.Options

Gets the list of table options to be set.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Options As IList(Of TableOption)
    Get
'Utilizzo
Dim instance As AlterTableSetStatement 
Dim value As IList(Of TableOption)

value = instance.Options
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>
The list of table options to be set.

Vedere anche

Riferimento

AlterTableSetStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom