Transfer.TargetLogFilePath Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Property TargetLogFilePath As String
    Get
    Set
'Usage
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)

Property Value

Type: System.String
String

See Also

Reference

Other Resources

User-Defined Table Types