Condividi tramite


Proprietà ViewStatementBody.ViewOptions

Ottiene un elenco di opzioni per la vista.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ViewOptions As IList(Of ViewOption)
    Get
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>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ViewStatementBody Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql