Condividi tramite


Proprietà TargetLogFilePath

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

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

Valore proprietà

Tipo: System. . :: . .String
String

Vedere anche

Riferimento

Altre risorse

User-Defined Table Types