Add 메서드
Adds an object to the end of the ResourceOperationsCollection.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts
구문
‘선언
Public Function Add ( _
operation As ResourceOperation _
) As Integer
‘사용 방법
Dim instance As ResourceOperationsCollection
Dim operation As ResourceOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
ResourceOperation operation
)
public:
int Add(
ResourceOperation operation
)
member Add :
operation:ResourceOperation -> int
public function Add(
operation : ResourceOperation
) : int
매개 변수
- operation
형식: Microsoft.ReportingServices.Interfaces. . :: . .ResourceOperation
The resource operation to add to the collection.
반환 값
형식: System. . :: . .Int32
The position into which the new resource operation was inserted.