다음을 통해 공유


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.