Dela via


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)
'Usage
Dim instance As BackupStatement 
Dim value As IList(Of BackupOption)

value = instance.Options
public IList<BackupOption> Options { get; }
public:
property IList<BackupOption^>^ Options {
    IList<BackupOption^>^ get ();
}
public function get Options () : IList<BackupOption>

Property Value

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

.NET Framework Security

See Also

Reference

BackupStatement Class

BackupStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace