Proprietà SourceDatabaseFiles
Gets or sets a String containing the names of the source database files to transfer.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)
Sintassi
'Dichiarazione
Public Property SourceDatabaseFiles As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: 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.
Implementa
Vedere anche