언어

IDTSBulkInsertTask.SourceConnection 속성

정의

소스 연결 객체의 이름을 받거나 설정합니다.

public:
 property System::String ^ SourceConnection { System::String ^ get(); void set(System::String ^ value); };
public string SourceConnection { get; set; }
member this.SourceConnection : string with get, set
Public Property SourceConnection As String

속성 값

소스 연결 객체의 이름을 포함하는 문자열입니다.

설명

자세한 내용은 BulkInsertTask를 참조하세요.

적용 대상