Freigeben über


BackupStatement.Options-Eigenschaft

Ruft eine Liste mit Sicherungsanweisungsoptionen 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 BackupOption)
    Get
public IList<BackupOption> Options { get; }
public:
property IList<BackupOption^>^ Options {
    IList<BackupOption^>^ get ();
}
member Options : IList<BackupOption>
function get Options () : IList<BackupOption>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

BackupStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace