CellPermissionCollection.Item Property (CellPermissionAccess)
Gets the first CellPermission, with the specified CellPermissionAccess value, from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
access As CellPermissionAccess _
) As CellPermission
public CellPermission this [
CellPermissionAccess access
] { get; }
public:
property CellPermission^ default [CellPermissionAccess] {
CellPermission^ get (CellPermissionAccess access);
}
/** @property */
public CellPermission get_Item (CellPermissionAccess access)
Parámetros
- access
The CellPermissionAccess value of the CellPermission to be returned.
Valor de propiedad
The CellPermission with the specified CellPermissionAccess value.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
CellPermissionCollection Class
CellPermissionCollection Members
Microsoft.AnalysisServices Namespace