SecurityTypes-optælling
Describes the security type for the relationship.
Navneområde: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (i Microsoft.Xrm.Sdk.dll)
Syntaks
'Deklaration
<DataContractAttribute(Name:="SecurityTypes", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
<FlagsAttribute> _
Public Enumeration SecurityTypes
[DataContractAttribute(Name="SecurityTypes", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")]
[FlagsAttribute]
public enum SecurityTypes
Medlemmer
Medlemsnavn | Beskrivelse |
---|---|
Append | The Append and AppendTo privileges are checked for create or update operations. Value = 1. |
Inheritance | The referencing entity record inherits security from the referenced security record. Value = 8. |
None | No security privileges are checked during create or update operations. Value = 0. |
ParentChild | Security for the referencing entity record is derived from the referenced entity record. Value = 2. |
Pointer | Security for the referencing entity record is derived from a pointer record. Value = 4. |
Bemærkninger
This enumeration is used for the RelationshipMetadataBase.SecurityTypes property. This value is set by the system. You should not set this value.
Platforme
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
Windows Server 2008,Windows Server 2012,Windows 7
Se også
Reference
Microsoft.Xrm.Sdk.Metadata-navneområde
RelationshipMetadataBase-klasse
RelationshipMetadataBase.SecurityTypes-egenskab
Andre ressourcer
Customize Entity Relationship Metadata
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.