Add 方法
Adds a ModelOperation to the ModelOperationsCollection.
命名空间: Microsoft.ReportingServices.Interfaces
程序集: Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
语法
声明
Public Function Add ( _
operation As ModelOperation _
) As Integer
用法
Dim instance As ModelOperationsCollection
Dim operation As ModelOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
ModelOperation operation
)
public:
int Add(
ModelOperation operation
)
member Add :
operation:ModelOperation -> int
public function Add(
operation : ModelOperation
) : int
参数
- operation
类型:Microsoft.ReportingServices.Interfaces. . :: . .ModelOperation
A ModelOperation object.
返回值
类型:System. . :: . .Int32
An integer value representing the position into which the new ModelOperation was inserted.