TransferSqlServerObjectsTask.DestinationConnection Propiedad
Gets or sets a String containing the name of the SMO connection manager for the destination database.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado: Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Sintaxis
'Declaración
Public Property DestinationConnection As String
Get
Set
'Uso
Dim instance As TransferSqlServerObjectsTask
Dim value As String
value = instance.DestinationConnection
instance.DestinationConnection = value
public string DestinationConnection { get; set; }
public:
virtual property String^ DestinationConnection {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DestinationConnection : string with get, set
override DestinationConnection : string with get, set
final function get DestinationConnection () : String
final function set DestinationConnection (value : String)
Valor de la propiedad
Tipo: System.String
A String that contains the SMO connection manager.
Implementa
ITransferSqlServerObjectsTask.DestinationConnection
Vea también
Referencia
TransferSqlServerObjectsTask Clase
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask