Backup.FormatMedia Propiedad

Gets or sets a Boolean property value that determines whether a tape is formatted as the first step of the backup operation.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Property FormatMedia As Boolean 
    Get 
    Set
'Uso
Dim instance As Backup 
Dim value As Boolean 

value = instance.FormatMedia

instance.FormatMedia = value
public bool FormatMedia { get; set; }
public:
property bool FormatMedia {
    bool get ();
    void set (bool value);
}
member FormatMedia : bool with get, set
function get FormatMedia () : boolean 
function set FormatMedia (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that specifies whether the tape will be formatted.If True, the Microsoft SQL Server backup operation attempts to format the tape as the initial step.If False (default), the SQL Server backup operation does not attempt to format the tape.

Comentarios

The FormatMedia property applies only when the backup medium is tape. The property has no meaning for device, file, or pipe media.

Ejemplos

Realizar de copias de seguridad y restaurar bases de datos y registros de transacciones

Vea también

Referencia

Backup Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

BACKUP (Transact-SQL)

Realizar de copias de seguridad y restaurar bases de datos y registros de transacciones