Compartir a través de


TargetLogFilePath Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Property TargetLogFilePath As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .String
String

Ejemplos

Transferir datos

Vea también

Referencia

Otros recursos

User-Defined Table Types