Compartir a través de


PhysicalFileName Propiedad

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

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

Sintaxis

'Declaración
Public Property PhysicalFileName As String
    Get
    Set
'Uso
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)

Valor de la propiedad

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

Notas

The default constructor initializes any fields to their default values.