Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the name of the database at the destination.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Ensamblado: Microsoft.SqlServer.TransferDatabasesTask (en Microsoft.SqlServer.TransferDatabasesTask.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The name of the database at the destination.
Vea también
Referencia
ITransferDatabaseTask Interfaz
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask