AceCollection.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
参数
- ace
类型:Microsoft.ReportingServices.Interfaces.AceStruct
An AceStruct object that represents an access control entry to add to the collection.
返回值
类型:System.Int32
The position into which the new access control entry was inserted.