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 命名空间