Partager via


ViewStatementBody.ViewOptions, propriété

Obtient une liste d'options d'affichage

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ViewStatementBody Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms