Expand Minimize
This topic has not yet been rated - Rate this topic

TransferBase.TargetDatabaseFilePath Property

SQL Server 2012

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
'Declaration
Public Property TargetDatabaseFilePath As String 
	Get 
	Set
'Usage
Dim instance As TransferBase 
Dim value As String 

value = instance.TargetDatabaseFilePath

instance.TargetDatabaseFilePath = value

Property Value

Type: System.String
The path to where the database files will be copied.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.