TargetDatabaseFilePath propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property TargetDatabaseFilePath As String
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .String
String

Voir aussi

Référence

Autres ressources

User-Defined Table Types