LogicalFileName 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public Property LogicalFileName As String
    Get
    Set
用法
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)

属性值

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

注释

The default constructor initializes any fields to their default values.