Role 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表與使用者群組相關聯的安全性層級。 此類別無法獲得繼承。
public class Role : Microsoft.AnalysisServices.Core.Role, ICloneable, Microsoft.AnalysisServices.Tabular.IMajorObject
type Role = class
inherit Role
interface ICloneable
interface IMajorObject
Public Class Role
Inherits Role
Implements ICloneable, IMajorObject
- 繼承
- 實作
建構函式
Role() |
使用預設值,初始化 Role 類別的新執行個體。 |
Role(String) |
使用名稱,初始化 Role 的新執行個體。 |
Role(String, String) |
使用名稱和識別碼,將 Role 的新執行個體初始化。 |
欄位
MaxIDLength |
指定識別碼的最大長度。 (繼承來源 NamedComponent) |
MaxNameLength |
指定名稱的最大長度。 (繼承來源 NamedComponent) |
屬性
Annotations |
取得與所有主要物件建立關聯之所有註解的集合。 (繼承來源 MajorObject) |
CreatedTimestamp |
取得或設定物件的建立日期和時間。 (繼承來源 MajorObject) |
Description |
取得或設定主要物件的描述。 (繼承來源 MajorObject) |
ExternalMembers |
取得與角色建立關聯之外部成員的集合。 (繼承來源 Role) |
FriendlyName |
取得元件的使用者易記名稱。 (繼承來源 NamedComponent) |
ID |
取得或設定元件的識別碼。 (繼承來源 NamedComponent) |
IsLoaded |
取得值,指出是否已載入 MajorObject。 (繼承來源 MajorObject) |
KeyForCollection |
取得集合中使用的索引鍵。 (繼承來源 NamedComponent) |
LastSchemaUpdate |
取得或設定上次更新物件結構描述的日期和時間。 (繼承來源 MajorObject) |
Members |
取得成員,它們全都是 Windows 安全性主體 (使用者或群組帳戶),並與角色建立關聯。 (繼承來源 Role) |
Name |
取得或設定元件的名稱。 (繼承來源 NamedComponent) |
OwningCollection |
取得或設定包含 ModelComponent 的集合。 (繼承來源 ModelComponent) |
Parent |
取得 ModelComponent 物件的父代 IModelComponent 物件。 (繼承來源 ModelComponent) |
Site |
取得或設定與元件建立關聯的網站。 (繼承來源 NamedComponent) |
SiteID |
取得或設定與元件相關聯之網站的識別碼。 (繼承來源 NamedComponent) |