Share via


RestoreStatement.Options Property

Gets a list of restore 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 RestoreOption)
'Usage
Dim instance As RestoreStatement 
Dim value As IList(Of RestoreOption)

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

Property Value

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

.NET Framework Security

See Also

Reference

RestoreStatement Class

RestoreStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace