Role 类

定义

表示要在 Reporting Services 安全性中使用的角色。

public ref class Role
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Role
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Role = class
Public Class Role
继承
Role
属性

注解

Role对象由 ListRoles 方法作为输出返回。

Role 类与 Roles 类的 Policy 属性一起使用。

构造函数

Role()

初始化 Role 类的新实例。

属性

Description

获取或设置角色的说明。

Name

获取或设置角色的名称。

适用于