BackupStatement.Options Property
Gets a list of backup statement options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of BackupOption)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<BackupOption>
The list of backup statement options.