Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the logical file name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property LogicalFileName As ValueExpression
Get
Set
'Usage
Dim instance As MoveRestoreOption
Dim value As ValueExpression
value = instance.LogicalFileName
instance.LogicalFileName = value
public ValueExpression LogicalFileName { get; set; }
public:
property ValueExpression^ LogicalFileName {
ValueExpression^ get ();
void set (ValueExpression^ value);
}
member LogicalFileName : ValueExpression with get, set
function get LogicalFileName () : ValueExpression
function set LogicalFileName (value : ValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The logical file name.