Partager via


AlterTableSetStatement.Options, propriété

Obtient une liste d'options de table à définir.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

AlterTableSetStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms