次の方法で共有


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

コレクションに追加するフォルダー操作です。

戻り値

新しいフォルダー操作が挿入された位置です。

適用対象