DestinationConnection propriété
Gets or sets a String containing the name of the SMO connection manager for the destination database.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Assembly : Microsoft.SqlServer.TransferErrorMessagesTask (dans Microsoft.SqlServer.TransferErrorMessagesTask.dll)
Syntaxe
'Déclaration
Public Property DestinationConnection As String
Get
Set
'Utilisation
Dim instance As TransferErrorMessagesTask
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)
Valeur de la propriété
Type : System. . :: . .String
A String that contains the SMO connection manager.