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.