TargetDatabaseFilePath 속성
Gets or sets the path to where the database files will be copied.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
Public Property TargetDatabaseFilePath As String
Get
Set
‘사용 방법
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)
속성 값
참고 항목
참조
관련 자료
User-Defined Table Types