Compartir a través de


AlterTableSetStatement.Options Propiedad

Gets the list of table options to be set.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Options As IList(Of TableOption)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<TableOption>
The list of table options to be set.

Vea también

Referencia

AlterTableSetStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom