DatabasePermission 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義資料庫中特定角色項目之成員的權限。 此類別無法獲得繼承。
[System.Runtime.InteropServices.Guid("E8FA45D6-EE84-4a08-A3F7-9B0BD13FC461")]
public sealed class DatabasePermission : Microsoft.AnalysisServices.Permission, ICloneable, IDisposable, Microsoft.AnalysisServices.IMajorObject
[<System.Runtime.InteropServices.Guid("E8FA45D6-EE84-4a08-A3F7-9B0BD13FC461")>]
type DatabasePermission = class
inherit Permission
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ICloneable
Public NotInheritable Class DatabasePermission
Inherits Permission
Implements ICloneable, IDisposable, IMajorObject
- 繼承
- 屬性
- 實作
建構函式
DatabasePermission() |
使用預設值,初始化 DatabasePermission 類別的新執行個體。 |
DatabasePermission(String, String, String) |
使用資料庫名稱、角色識別碼和唯一識別碼,初始化 DatabasePermission 類別的新執行個體。 |
欄位
MaxIDLength |
指定識別碼的最大長度。 (繼承來源 NamedComponent) |
MaxNameLength |
指定名稱的最大長度。 (繼承來源 NamedComponent) |
屬性
Administer |
取得或設定目前 DatabasePermission 物件中角色的管理員權限。 |
Annotations |
取得與所有主要物件建立關聯之所有註解的集合。 (繼承來源 MajorObject) |
CreatedTimestamp |
取得或設定物件的建立日期和時間。 (繼承來源 MajorObject) |
Description |
取得或設定主要物件的描述。 (繼承來源 MajorObject) |
FriendlyName |
取得元件的使用者易記名稱。 (繼承來源 NamedComponent) |
ID |
取得或設定元件的識別碼。 (繼承來源 NamedComponent) |
IsLoaded |
取得值,指出是否已載入 MajorObject。 (繼承來源 MajorObject) |
KeyForCollection |
取得集合中使用的索引鍵。 (繼承來源 NamedComponent) |
LastSchemaUpdate |
取得或設定上次更新物件結構描述的日期和時間。 (繼承來源 MajorObject) |
Name |
取得或設定元件的名稱。 (繼承來源 NamedComponent) |
OwningCollection |
取得或設定包含 ModelComponent 的集合。 (繼承來源 ModelComponent) |
Parent |
取得 DatabasePermission 物件的父 Database 物件。 |
ParentServer |
取得 DatabasePermission 物件的父 Server 物件。 |
Process |
取得或設定父物件的 Process 屬性。 (繼承來源 Permission) |
Read |
取得或設定父物件的 Read 屬性。 (繼承來源 Permission) |
ReadDefinition |
取得或設定父物件的 ReadDefinition 屬性。 (繼承來源 Permission) |
Role |
取得要定義權限的 Role 物件。 (繼承來源 Permission) |
RoleID |
取得或設定要定義權限之 Role 物件的 RoleID。 (繼承來源 Permission) |
Site |
取得或設定與元件建立關聯的網站。 (繼承來源 NamedComponent) |
SiteID |
取得或設定與元件相關聯之網站的識別碼。 (繼承來源 NamedComponent) |
Write |
取得或設定父物件的 Write 屬性。 (繼承來源 Permission) |