共用方式為


PhysicalFileName 屬性

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

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

語法

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

value = instance.PhysicalFileName

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

屬性值

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

備註

The default constructor initializes any fields to their default values.