Partager via


Propriété FileDeclaration.Options

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Options As IList(Of FileDeclarationOption)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.Generic.IList<FileDeclarationOption>
A list of the options that make up the declaration.

Voir aussi

Référence

FileDeclaration Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom