CatalogOperationsCollection.Add(CatalogOperation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將物件加入至 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
要加入至集合中的目錄作業。
傳回
插入新目錄作業的位置。