Propriedade do RDL CreateTableStatement.Options
Gets or sets the collection of table options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property Options As IList(Of TableOption)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<TableOption>
The collection of table options.