IDTSDataTapConfiguration100.AddTapPoint(String, String, Int32, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 구성으로 탭 포인트를 추가합니다.
public:
void AddTapPoint(System::String ^ mainPipeIdentification, System::String ^ pathIdentification, int maxRowCount, System::String ^ FileName);
public void AddTapPoint(string mainPipeIdentification, string pathIdentification, int maxRowCount, string FileName);
abstract member AddTapPoint : string * string * int * string -> unit
Public Sub AddTapPoint (mainPipeIdentification As String, pathIdentification As String, maxRowCount As Integer, FileName As String)
매개 변수
- mainPipeIdentification
- String
데이터 흐름 작업의 식별 문자열.
- pathIdentification
- String
데이터 흐름 경로의 식별 문자열.
- maxRowCount
- Int32
탭할 수 있는 최대 허용 행 수. 이 매개변수가 음수일 경우 모든 행이 탭됩니다.
- FileName
- String
탭된 데이터를 저장하는 파일 이름입니다.