Propriedade do RDL BackupStatement.Options
Gets a list of backup statement options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property Options As IList(Of BackupOption)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<BackupOption>
The list of backup statement options.