Defines the data contract for the model permission.
继承层次结构
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.ModelPrivilege
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
语法
声明
<DataContractAttribute(Name := "ModelPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class ModelPrivilege _
Inherits DataContractBase
用法
Dim instance As ModelPrivilege
[DataContractAttribute(Name = "ModelPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class ModelPrivilege : DataContractBase
[DataContractAttribute(Name = L"ModelPrivilege", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ModelPrivilege sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "ModelPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelPrivilege =
class
inherit DataContractBase
end
public final class ModelPrivilege extends DataContractBase
ModelPrivilege 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
ModelPrivilege | Initializes a new instance of the ModelPrivilege class. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
AuditInfo | Gets or sets the audit information. |
![]() |
Identifier | Gets or sets the permission identifier. |
![]() |
IsModelAdministrator | Gets or sets a value that indicates whether the principal is the model administrator. |
![]() |
ModelId | Gets or sets the model identifier. |
![]() |
ObjectId | Gets or sets the model object identifier. |
![]() |
ObjectType | Gets or sets the model object type. |
![]() |
Permission | Gets or sets the permission. |
![]() |
PrincipalId | Gets or sets the principal identifier. |
![]() |
PrincipalType | Gets or sets the principal type. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。