TransferBase.TargetDatabaseFilePath 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Property TargetDatabaseFilePath As String 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

TransferBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스