共用方式為


TransferErrorMessagesTask.DestinationConnection 屬性

Gets or sets a String containing the name of the SMO connection manager for the destination database.

命名空間:  Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
組件:  Microsoft.SqlServer.TransferErrorMessagesTask (在 Microsoft.SqlServer.TransferErrorMessagesTask.dll 中)

語法

'宣告
Public Property DestinationConnection As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
A String that contains the SMO connection manager.

實作

ITransferErrorMessagesTask.DestinationConnection

請參閱

參考

TransferErrorMessagesTask 類別

Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask 命名空間