Compartir a través de


TransferBase.TargetDatabaseFilePath 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 TargetDatabaseFilePath As String 
    Get 
    Set
'Uso
Dim instance As TransferBase 
Dim value As String 

value = instance.TargetDatabaseFilePath

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

Valor de la propiedad

Tipo: System.String
The path to where the database files will be copied.

Vea también

Referencia

TransferBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo