AlterTableSetStatement.Options Property
Gets a list of table options to be set.
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)
'Usage
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 ();
}
public function get Options () : IList<TableOption>
Property Value
Type: System.Collections.Generic.IList<TableOption>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.