Dela via


FileDeclaration.Options Property

Gets a list of the options that make up the declaration.

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

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of FileDeclarationOption)
'Usage
Dim instance As FileDeclaration 
Dim value As IList(Of FileDeclarationOption)

value = instance.Options
public IList<FileDeclarationOption> Options { get; }
public:
property IList<FileDeclarationOption^>^ Options {
    IList<FileDeclarationOption^>^ get ();
}
public function get Options () : IList<FileDeclarationOption>

Property Value

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

.NET Framework Security

See Also

Reference

FileDeclaration Class

FileDeclaration Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace