Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds an object to the end of the AceCollection.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: 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
Parameter
- ace
Typ: Microsoft.ReportingServices.Interfaces.AceStruct
An AceStruct object that represents an access control entry to add to the collection.
Rückgabewert
Typ: System.Int32
The position into which the new access control entry was inserted.