FolderOperationsCollection.Add(FolderOperation) 메서드

정의

의 끝에 개체를 추가합니다 FolderOperationsCollection.

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

매개 변수

operation
FolderOperation

컬렉션에 추가하는 폴더 연산입니다.

반품

새로운 폴더 작업이 삽입된 위치입니다.

적용 대상