共用方式為


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