다음을 통해 공유


BackupStatement.Options 속성

Gets a list of backup statement options.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property Options As IList(Of BackupOption)
    Get
‘사용 방법
Dim instance As BackupStatement 
Dim value As IList(Of BackupOption)

value = instance.Options
public IList<BackupOption> Options { get; }
public:
property IList<BackupOption^>^ Options {
    IList<BackupOption^>^ get ();
}
member Options : IList<BackupOption>
function get Options () : IList<BackupOption>

속성 값

유형: System.Collections.Generic.IList<BackupOption>
The list of backup statement options.

참고 항목

참조

BackupStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스