Compartir a través de


IAuthorizationExtension Miembros

Represents an extension that can be used to extend the authorization feature of SQL Server Reporting Services.

El tipo IAuthorizationExtension expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico CheckAccess(String, IntPtr, array<Byte> [] () [] [], CatalogOperation) Indicates whether a user is authorized to access an item in the report server database for a given catalog operation.
Método publico CheckAccess(String, IntPtr, array<Byte> [] () [] [], array<CatalogOperation> [] () [] []) Indicates whether a user is authorized to access an item in the report server database for a given array of catalog operation.
Método publico CheckAccess(String, IntPtr, array<Byte> [] () [] [], DatasourceOperation) Indicates whether a user is authorized to access an item in the report server database for a given data source operation.
Método publico CheckAccess(String, IntPtr, array<Byte> [] () [] [], FolderOperation) Indicates whether a user is authorized to access an item in the report server database for a given folder operation.
Método publico CheckAccess(String, IntPtr, array<Byte> [] () [] [], array<FolderOperation> [] () [] []) Checks a user's authorization credentials against a security descriptor for operations on an item in the report server database
Método publico CheckAccess(String, IntPtr, array<Byte> [] () [] [], ModelItemOperation) Indicates whether a user is authorized to access an item in the report server database for a given model item operation.
Método publico CheckAccess(String, IntPtr, array<Byte> [] () [] [], ModelOperation) Indicates whether a user is authorized to access an item in the report server database for a given model operation.
Método publico CheckAccess(String, IntPtr, array<Byte> [] () [] [], ReportOperation) Indicates whether a user is authorized to access an item in the report server database for a given report operation.
Método publico CheckAccess(String, IntPtr, array<Byte> [] () [] [], ResourceOperation) Indicates whether a user is authorized to access an item in the report server database for a given resource operation.
Método publico CheckAccess(String, IntPtr, array<Byte> [] () [] [], array<ResourceOperation> [] () [] []) Indicates whether a user is authorized to access an item in the report server database for a given array of resource operations.
Método publico CreateSecurityDescriptor Returns the security descriptor that is stored with an individual item in the report server database.
Método publico GetPermissions Returns the set of permissions granted a specific user for an item in the report server database.
Método publico SetConfiguration Used to pass custom configuration data to an extension. (Se hereda de IExtension).

Principio

Propiedades

  Nombre Descripción
Propiedad pública LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Se hereda de IExtension).

Principio