Condividi tramite


Proprietà ViewStatementBody.ViewOptions

Gets or sets the options in WITH clause.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ViewOptions As IList(Of ViewOption)
    Get
'Utilizzo
Dim instance As ViewStatementBody 
Dim value As IList(Of ViewOption)

value = instance.ViewOptions
public IList<ViewOption> ViewOptions { get; }
public:
property IList<ViewOption^>^ ViewOptions {
    IList<ViewOption^>^ get ();
}
member ViewOptions : IList<ViewOption>
function get ViewOptions () : IList<ViewOption>

Valore proprietà

Tipo: System.Collections.Generic.IList<ViewOption>
The Options in WITH clause.

Vedere anche

Riferimento

ViewStatementBody Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom