Add 메서드
Adds an object to the end of the CatalogOperationsCollection.
네임스페이스: 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 CatalogOperation _
) As Integer
‘사용 방법
Dim instance As CatalogOperationsCollection
Dim operation As CatalogOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
CatalogOperation operation
)
public:
int Add(
CatalogOperation operation
)
member Add :
operation:CatalogOperation -> int
public function Add(
operation : CatalogOperation
) : int
매개 변수
- operation
형식: Microsoft.ReportingServices.Interfaces. . :: . .CatalogOperation
The catalog operation to add to the collection.
반환 값
형식: System. . :: . .Int32
The position into which the new catalog operation was inserted.