Add 方法
Adds an object to the end of the FolderOperationsCollection.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
語法
'宣告
Public Function Add ( _
operation As FolderOperation _
) As Integer
'用途
Dim instance As FolderOperationsCollection
Dim operation As FolderOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
FolderOperation operation
)
public:
int Add(
FolderOperation operation
)
member Add :
operation:FolderOperation -> int
public function Add(
operation : FolderOperation
) : int
參數
- operation
型別:Microsoft.ReportingServices.Interfaces. . :: . .FolderOperation
The folder operation to add to the collection.
傳回值
型別:System. . :: . .Int32
The position into which the new folder operation was inserted.