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 命名空间