다음을 통해 공유


CatalogOperationsCollection.Add(CatalogOperation) 메서드

정의

개체를 CatalogOperationsCollection의 끝 부분에 추가합니다.

public:
 int Add(Microsoft::ReportingServices::Interfaces::CatalogOperation operation);
public int Add (Microsoft.ReportingServices.Interfaces.CatalogOperation operation);
member this.Add : Microsoft.ReportingServices.Interfaces.CatalogOperation -> int
Public Function Add (operation As CatalogOperation) As Integer

매개 변수

operation
CatalogOperation

컬렉션에 추가할 카탈로그 작업입니다.

반환

새 카탈로그 작업을 삽입한 위치입니다.

적용 대상