MoveRestoreOption.LogicalFileName 屬性
Gets or sets the logical file name.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property LogicalFileName As ValueExpression
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The logical file name.