Propriedade DestinationDatabaseName
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (em Microsoft.SqlServer.TransferDatabasesTask.dll)
Sintaxe
'Declaração
Property DestinationDatabaseName As String
Get
Set
'Uso
Dim instance As ITransferDatabaseTask
Dim value As String
value = instance.DestinationDatabaseName
instance.DestinationDatabaseName = value
string DestinationDatabaseName { get; set; }
property String^ DestinationDatabaseName {
String^ get ();
void set (String^ value);
}
abstract DestinationDatabaseName : string with get, set
function get DestinationDatabaseName () : String
function set DestinationDatabaseName (value : String)
Valor da propriedade
Tipo: System. . :: . .String