Freigeben über


SecurityTypes Enumeration

Describes the security type for the relationship.

Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

'Declaration
<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

Mitglieder

Mitgliedsname Beschreibung
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.

Anmerkungen

This enumeration is used for the RelationshipMetadataBase.SecurityTypes property. This value is set by the system. You should not set this value.

Plattformen

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

Siehe auch

Referenz

Microsoft.Xrm.Sdk.Metadata Namespace
RelationshipMetadataBase Klasse
RelationshipMetadataBase.SecurityTypes Eigenschaft

Weitere Ressourcen

Customize Entity Relationship Metadata

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.