Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Represents the entity key metadata.
Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Inheritance Hierarchy
System.Object
  Microsoft.Xrm.Sdk.Metadata.MetadataBase
    Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata
Syntax
[DataContractAttribute(Name = "EntityKeyMetadata", Namespace = "https://schemas.microsoft.com/xrm/7.1/Metadata")]
public sealed class EntityKeyMetadata : MetadataBase
[DataContractAttribute(Name = "EntityKeyMetadata", Namespace = "https://schemas.microsoft.com/xrm/7.1/Metadata")]
public ref class EntityKeyMetadata sealed : MetadataBase
[<Sealed>]
[<DataContractAttribute(Name = "EntityKeyMetadata", Namespace = "https://schemas.microsoft.com/xrm/7.1/Metadata")>]
type EntityKeyMetadata = 
    class
        inherit MetadataBase
    end
<DataContractAttribute(Name := "EntityKeyMetadata", Namespace := "https://schemas.microsoft.com/xrm/7.1/Metadata")>
Public NotInheritable Class EntityKeyMetadata
    Inherits MetadataBase
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | EntityKeyMetadata() | Initializes a new instance of the EntityKeyMetadata class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | AsyncJob | Gets or sets the asynchronous job. | 
| .jpeg) | DisplayName | Gets or sets the display name. | 
| .jpeg) | EntityKeyIndexStatus | Gets or sets the entity key index status. | 
| .jpeg) | EntityLogicalName | Gets or sets the entity logical name. | 
| .jpeg) | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from MetadataBase.) | 
| .jpeg) | HasChanged | Gets whether the item of metadata has changed.(Inherited from MetadataBase.) | 
| .jpeg) | IntroducedVersion | Gets or sets the introduced version. | 
| .jpeg) | IsCustomizable | Gets or sets a Boolean value that specifies whether the entity key metadata is customizable. | 
| .jpeg) | IsManaged | Gets or sets a Boolean value that specifies whether entity key metadata is managed or not. | 
| .jpeg) | KeyAttributes | Gets or sets the key attributes. | 
| .jpeg) | LogicalName | Gets or sets the logical name. | 
| .jpeg) | MetadataId | Gets or sets a unique identifier for the metadata item.(Inherited from MetadataBase.) | 
| .jpeg) | SchemaName | Gets or sets the schema name. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright