共用方式為


PhysicalLocation 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property PhysicalLocation As String
    Get
    Set
'用途
Dim instance As BackupDevice
Dim value As String

value = instance.PhysicalLocation

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

屬性值

型別: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.

備註

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.