Freigeben über


BackupStatement.Options-Eigenschaft

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>

Eigenschaftswert

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

Siehe auch

Verweis

BackupStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace