TargetLogFilePath 属性

Gets or sets the path to where the database files will be copied.

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

语法

声明
Public Property TargetLogFilePath As String
    Get
    Set
用法
Dim instance As Transfer
Dim value As String

value = instance.TargetLogFilePath

instance.TargetLogFilePath = value
public string TargetLogFilePath { get; set; }
public:
property String^ TargetLogFilePath {
    String^ get ();
    void set (String^ value);
}
member TargetLogFilePath : string with get, set
function get TargetLogFilePath () : String
function set TargetLogFilePath (value : String)

属性值

类型:System. . :: . .String
String

示例

传输数据

请参阅

参考

其他资源

User-Defined Table Types