Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a String containing the name of the database files for the destination database.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)
Syntax
'Declaration
Public Property DestinationDatabaseFiles As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A String that contains the name of the data and log files for the destination database.
Implementiert
ITransferDatabaseTask.DestinationDatabaseFiles
Hinweise
Multiple file names are delimited by semi-colons.
Siehe auch
Verweis
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask-Namespace