Compartilhar via


Propriedade do RDL TargetDatabaseFilePath

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

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

Sintaxe

'Declaração
Public Property TargetDatabaseFilePath As String
    Get
    Set
'Uso
Dim instance As Transfer
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 da propriedade

Tipo: System. . :: . .String
String

Consulte também

Referência

Outros recursos

User-Defined Table Types