다음을 통해 공유


SourceConnection 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
어셈블리:  Microsoft.SqlServer.TransferErrorMessagesTask(Microsoft.SqlServer.TransferErrorMessagesTask.dll)

구문

‘선언
Public Property SourceConnection As String
    Get
    Set
‘사용 방법
Dim instance As TransferErrorMessagesTask
Dim value As String

value = instance.SourceConnection

instance.SourceConnection = value
public string SourceConnection { get; set; }
public:
virtual property String^ SourceConnection {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract SourceConnection : string with get, set
override SourceConnection : string with get, set
final function get SourceConnection () : String
final function set SourceConnection (value : String)

속성 값

유형: System. . :: . .String
A String that contains the SMO connection for the source database.

구현

ITransferErrorMessagesTask. . :: . .SourceConnection