다음을 통해 공유


IAuthorizationExtension 멤버

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

IAuthorizationExtension 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 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.
공용 메서드 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.
공용 메서드 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.
공용 메서드 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.
공용 메서드 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
공용 메서드 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.
공용 메서드 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.
공용 메서드 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.
공용 메서드 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.
공용 메서드 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.
공용 메서드 CreateSecurityDescriptor Returns the security descriptor that is stored with an individual item in the report server database.
공용 메서드 GetPermissions Returns the set of permissions granted a specific user for an item in the report server database.
공용 메서드 SetConfiguration Used to pass custom configuration data to an extension. (IExtension에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 LocalizedName Gets the localized name of the extension to be displayed in a user interface. (IExtension에서 상속됩니다.)

맨 위로 이동