DestinationDatabaseName Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
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