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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.