Udostępnij za pośrednictwem


Właściwość Transfer.TargetLogFilePath

Pobiera lub ustawia ścieżka, do której będą kopiowane pliki bazy danych.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.SmoExtended (w Microsoft.SqlServer.SmoExtended.dll)

Składnia

'Deklaracja
Public Property TargetLogFilePath As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
String

Przykłady

Transfer danych

Zobacz także

Odwołanie

Inne zasoby

User-Defined Table Types