Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Adds an object to the end of the AceCollection.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Function Add ( _
ace As AceStruct _
) As Integer
'Usage
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
Parameters
- ace
Type: Microsoft.ReportingServices.Interfaces.AceStruct
An AceStruct object that represents an access control entry to add to the collection.
Return Value
Type: System.Int32
The position into which the new access control entry was inserted.