Compartir a través de


LogicalFileName Propiedad

Gets or sets the logical 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 LogicalFileName As String
    Get
    Set
'Uso
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)

Valor de la propiedad

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

Notas

The default constructor initializes any fields to their default values.