共用方式為


RelocateFile.LogicalFileName 屬性

Gets or sets the logical file name for the specified file.

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

語法

'宣告
Public Property LogicalFileName As String 
    Get 
    Set
'用途
Dim instance As RelocateFile 
Dim value As String 

value = instance.LogicalFileName

instance.LogicalFileName = value
public string LogicalFileName { get; set; }
public:
property String^ LogicalFileName {
    String^ get ();
    void set (String^ value);
}
member LogicalFileName : string with get, set
function get LogicalFileName () : String 
function set LogicalFileName (value : String)

屬性值

型別:System.String
A String value that specifies the logical file name for the specified file.

備註

The default constructor initializes any fields to their default values.

範例

備份及還原資料庫和交易記錄

請參閱

參考

RelocateFile 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

RESTORE (Transact-SQL)

SQL Server 資料庫的備份與還原