Compartir a través de


BackupDevice.PhysicalLocation Propiedad

Gets or sets the path to the device or operating system file that represents the physical backup location.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property PhysicalLocation As String 
    Get 
    Set
'Uso
Dim instance As BackupDevice 
Dim value As String 

value = instance.PhysicalLocation

instance.PhysicalLocation = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string PhysicalLocation { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ PhysicalLocation {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member PhysicalLocation : string with get, set
function get PhysicalLocation () : String 
function set PhysicalLocation (value : String)

Valor de la propiedad

Tipo: System.String
A String value that contains the full path to the physical location of the backup device. By default, the value is an empty string.

Comentarios

The PhysicalLocation property is a string with a maximum of 260 characters.

Specify an operating system file or tape using a UNC string. For example, the string \\Seattle1\Backups\Northwind.bak specifies a server name, directory, and file name for a backup device. The string \\.\TAPE0 specifies a server and a file device, most likely a tape, as a backup device.

Ejemplos

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

Vea también

Referencia

BackupDevice Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Dispositivos de copia de seguridad (SQL Server)