다음을 통해 공유


TransferDatabaseTask.DestinationDatabaseFiles 속성

Gets or sets a String containing the name of the database files for the destination database.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
어셈블리:  Microsoft.SqlServer.TransferDatabasesTask(Microsoft.SqlServer.TransferDatabasesTask.dll)

구문

‘선언
Public Property DestinationDatabaseFiles As String 
    Get 
    Set
‘사용 방법
Dim instance As TransferDatabaseTask 
Dim value As String 

value = instance.DestinationDatabaseFiles

instance.DestinationDatabaseFiles = value
public string DestinationDatabaseFiles { get; set; }
public:
virtual property String^ DestinationDatabaseFiles {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract DestinationDatabaseFiles : string with get, set 
override DestinationDatabaseFiles : string with get, set
final function get DestinationDatabaseFiles () : String 
final function set DestinationDatabaseFiles (value : String)

속성 값

유형: System.String
A String that contains the name of the data and log files for the destination database.

구현

ITransferDatabaseTask.DestinationDatabaseFiles

주의

Multiple file names are delimited by semi-colons.

참고 항목

참조

TransferDatabaseTask 클래스

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask 네임스페이스