다음을 통해 공유


ModelOperationsCollection.Add(ModelOperation) 메서드

정의

ModelOperationModelOperationsCollection를 추가합니다.

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

매개 변수

operation
ModelOperation

ModelOperation 개체입니다.

반환

ModelOperation을 삽입한 위치를 나타내는 정수 값입니다.

적용 대상