ViewStatementBody.ViewOptions Property

Gets a list of view options.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property ViewOptions As IList(Of ViewOption)
public IList<ViewOption> ViewOptions { get; }
public:
property IList<ViewOption^>^ ViewOptions {
    IList<ViewOption^>^ get ();
}
member ViewOptions : IList<ViewOption>
function get ViewOptions () : IList<ViewOption>

Property Value

Type: System.Collections.Generic.IList<ViewOption>

.NET Framework Security

See Also

Reference

ViewStatementBody Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace