SourceDatabaseFiles 속성
Gets or sets a String containing the names of the source database files to transfer.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
어셈블리: Microsoft.SqlServer.TransferDatabasesTask(Microsoft.SqlServer.TransferDatabasesTask.dll)
구문
‘선언
Public Property SourceDatabaseFiles As String
Get
Set
‘사용 방법
Dim instance As TransferDatabaseTask
Dim value As String
value = instance.SourceDatabaseFiles
instance.SourceDatabaseFiles = value
public string SourceDatabaseFiles { get; set; }
public:
virtual property String^ SourceDatabaseFiles {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SourceDatabaseFiles : string with get, set
override SourceDatabaseFiles : string with get, set
final function get SourceDatabaseFiles () : String
final function set SourceDatabaseFiles (value : String)
속성 값
유형: System. . :: . .String
A String that contains the names of the data and log files to transfer from the source database. If multiple files are specified, they are delimited with a semi-colon.