Freigeben über


RestoreStatement.Options-Eigenschaft

Ruft eine Liste mit Optionen für die restore-Anweisung ab.

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

RestoreStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace