Propriedade do RDL ITransferDatabaseTask.DestinationDatabaseFiles
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the name of the database files for the destination database.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (em Microsoft.SqlServer.TransferDatabasesTask.dll)
Sintaxe
'Declaração
Property DestinationDatabaseFiles As String
Get
Set
'Uso
Dim instance As ITransferDatabaseTask
Dim value As String
value = instance.DestinationDatabaseFiles
instance.DestinationDatabaseFiles = value
string DestinationDatabaseFiles { get; set; }
property String^ DestinationDatabaseFiles {
String^ get ();
void set (String^ value);
}
abstract DestinationDatabaseFiles : string with get, set
function get DestinationDatabaseFiles () : String
function set DestinationDatabaseFiles (value : String)
Valor da propriedade
Tipo: System.String
The name of the database files for the destination database.
Consulte também
Referência
ITransferDatabaseTask Interface
Namespace Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask