共用方式為


AlterTableSetStatement.Options 屬性

Gets the list of table options to be set.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property Options As IList(Of TableOption)
    Get
'用途
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>

屬性值

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

請參閱

參考

AlterTableSetStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間