IDTSDataTapConfiguration100.RequestTapPointsByMainPipeID 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 데이터 흐름 작업에 대한 탭 포인트를 가져옵니다.
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[]
이 메서드가 반환될 때, 는 탭 데이터를 저장하는 파일 이름을 나타내는 문자열 배열을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.