次の方法で共有


BackupStatement.Options プロパティ

BACKUP ステートメントのオプションの一覧を取得します。

名前空間:  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>
BACKUP ステートメントのオプションの一覧。

関連項目

参照

BackupStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間