RestoreStatement.Options Property
Gets a list of restore statement options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of RestoreOption)
Get
'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 ();
}
member Options : IList<RestoreOption>
function get Options () : IList<RestoreOption>
Property Value
Type: System.Collections.Generic.IList<RestoreOption>
A list of restore statement options.