언어

IDTSDataTapConfiguration100.RequestTapPointsByMainPipeID 메서드

정의

지정된 데이터 흐름 작업에 대한 탭 포인트를 가져옵니다.

public:
 void RequestTapPointsByMainPipeID(System::String ^ mainPipeIdentification, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % ppsaPathIdentification, [Runtime::InteropServices::Out] cli::array <int> ^ % ppsaMaxRowCount, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % ppsafileName);
public void RequestTapPointsByMainPipeID(string mainPipeIdentification, out string[] ppsaPathIdentification, out int[] ppsaMaxRowCount, out string[] ppsafileName);
abstract member RequestTapPointsByMainPipeID : string * String[] * Int32[] * String[] -> unit
Public Sub RequestTapPointsByMainPipeID (mainPipeIdentification As String, ByRef ppsaPathIdentification As String(), ByRef ppsaMaxRowCount As Integer(), ByRef ppsafileName As String())

매개 변수

mainPipeIdentification
String

데이터 흐름 작업의 식별 문자열을 검색합니다.

ppsaPathIdentification
String[]

이 메서드가 반환될 때, 는 데이터 흐름 경로의 경로 식별을 나타내는 문자열 배열을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

ppsaMaxRowCount
Int32[]

이 메서드가 반환될 때, 는 데이터 흐름 경로에서 탭할 수 있는 최대 행을 나타내는 정수 배열을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

ppsafileName
String[]

이 메서드가 반환될 때, 는 탭 데이터를 저장하는 파일 이름을 나타내는 문자열 배열을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

적용 대상