FileDeclaration.Options Property
Gets a list of the options that make up the declaration.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of FileDeclarationOption)
Get
'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 ();
}
member Options : IList<FileDeclarationOption>
function get Options () : IList<FileDeclarationOption>
Property Value
Type: System.Collections.Generic.IList<FileDeclarationOption>
A list of the options that make up the declaration.