EntityKeyIndexStatus Enumeration
Applies To: Dynamics CRM 2015
Represents the enumerator for the entity key status when the index creation job is in progress.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataContractAttribute(Name = "EntityKeyIndexStatus", Namespace = "https://schemas.microsoft.com/xrm/7.1/Contracts")]
public enum EntityKeyIndexStatus
[DataContractAttribute(Name = "EntityKeyIndexStatus", Namespace = "https://schemas.microsoft.com/xrm/7.1/Contracts")]
public enum class EntityKeyIndexStatus
[<DataContractAttribute(Name = "EntityKeyIndexStatus", Namespace = "https://schemas.microsoft.com/xrm/7.1/Contracts")>]
type EntityKeyIndexStatus
<DataContractAttribute(Name := "EntityKeyIndexStatus", Namespace := "https://schemas.microsoft.com/xrm/7.1/Contracts")>
Public Enumeration EntityKeyIndexStatus
Members
Member name | Description | |
---|---|---|
Active | Specifies that the key index creation is active. |
|
Failed | Specifies that the key index creation failed. |
|
InProgress | Specifies that the key index creation is in progress. |
|
Pending | Specifies that the key index creation is pending. |
See Also
Return to top
© 2016 Microsoft. All rights reserved. Copyright