CreateTableStatement.Options 属性
Gets or sets the collection of table options.
命名空间: 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 CreateTableStatement
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 collection of table options.