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
참고 항목
참조
Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask 네임스페이스