BackupStatement.Options Property

Gets a list of backup statement options.

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

Property Value

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

.NET Framework Security

See Also

Reference

BackupStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace