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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.