Partager via


RestoreStatement.Options, propriété

Obtient une liste d'options d'instructions de restauration.

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 Options As IList(Of RestoreOption)
    Get
public IList<RestoreOption> Options { get; }
public:
property IList<RestoreOption^>^ Options {
    IList<RestoreOption^>^ get ();
}
member Options : IList<RestoreOption>
function get Options () : IList<RestoreOption>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

RestoreStatement Classe

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