Свойство RestoreStatement.Options

Gets a list of restore statement options.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Options As IList(Of RestoreOption)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<RestoreOption>
A list of restore statement options.

См. также

Справочник

RestoreStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom