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.
Gets the index of a CellPermission with the specified CellPermissionAccess value.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function IndexOf ( _
access As CellPermissionAccess _
) As Integer
'Usage
Dim instance As CellPermissionCollection
Dim access As CellPermissionAccess
Dim returnValue As Integer
returnValue = instance.IndexOf(access)
public int IndexOf(
CellPermissionAccess access
)
public:
int IndexOf(
CellPermissionAccess access
)
member IndexOf :
access:CellPermissionAccess -> int
public function IndexOf(
access : CellPermissionAccess
) : int
Parameter
- access
Typ: Microsoft.AnalysisServices.CellPermissionAccess
The CellPermissionAccess value of the CellPermission to be returned.
Rückgabewert
Typ: System.Int32
The zero-based index of the CellPermission if the object is found; otherwise, -1.