다음을 통해 공유


OwnershipTypes 열거형

Specifies the type of ownership for an entity.

네임스페이스: Microsoft.Xrm.Sdk.Metadata
어셈블리: Microsoft.Xrm.Sdk(Microsoft.Xrm.Sdk.dll에 있음)

구문

‘선언
<DataContractAttribute(Name:="OwnershipTypes", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
<FlagsAttribute> _
Public Enumeration OwnershipTypes
[DataContractAttribute(Name="OwnershipTypes", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")] 
[FlagsAttribute] 
public enum OwnershipTypes

구성원

구성원 이름 설명
BusinessOwned The entity is owned by a business unit. 내부 전용입니다. Value = 4.
BusinessParented The entity is parented by a business unit. 내부 전용입니다. Value = 16.
None The entity does not have an owner. 내부 전용입니다. Value = 0.
OrganizationOwned The entity is owned by an organization. Value = 8.
TeamOwned The entity is owned by a team. 내부 전용입니다.Value = 2.
UserOwned The entity is owned by a system user. Value = 1.

설명

The only valid values for custom entities are OrgOwned or UserOwned. For Microsoft Dynamics CRM 2011 및 Microsoft Dynamics CRM Online, all UserOwned entities can be assigned to teams.

플랫폼

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

참고 항목

참조

Microsoft.Xrm.Sdk.Metadata 네임스페이스
EntityMetadata.OwnershipType 속성
Entity Ownership
Options Available When Creating a Custom Entity

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