FunctionPrivilegesCriteria.PrincipalId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
根据指定的主体标识符筛选特权。
public:
property Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ PrincipalId { Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.Identifier PrincipalId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PrincipalId : Microsoft.MasterDataServices.Services.DataContracts.Identifier with get, set
Public Property PrincipalId As Identifier
属性值
基于指定主体标识符的特权。
- 属性