TargetLogFilePath 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 TargetLogFilePath As String
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .String
String

Voir aussi

Référence

Autres ressources

User-Defined Table Types