다음을 통해 공유


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 네임스페이스