다음을 통해 공유


Add 메서드

Adds an object to the end of the AceCollection.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)

구문

‘선언
Public Function Add ( _
    ace As AceStruct _
) As Integer
‘사용 방법
Dim instance As AceCollection
Dim ace As AceStruct
Dim returnValue As Integer

returnValue = instance.Add(ace)
public int Add(
    AceStruct ace
)
public:
int Add(
    AceStruct^ ace
)
member Add : 
        ace:AceStruct -> int 
public function Add(
    ace : AceStruct
) : int

매개 변수

반환 값

유형: System. . :: . .Int32
The position into which the new access control entry was inserted.