Share via


StagingBatchError.TargetType 속성

정의

대상 유형을 가져오거나 설정합니다.

public:
 property Nullable<Microsoft::MasterDataServices::RelationshipType> TargetType { Nullable<Microsoft::MasterDataServices::RelationshipType> get(); void set(Nullable<Microsoft::MasterDataServices::RelationshipType> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.RelationshipType? TargetType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.TargetType : Nullable<Microsoft.MasterDataServices.RelationshipType> with get, set
Public Property TargetType As Nullable(Of RelationshipType)

속성 값

RelationshipType 값 중 하나입니다. 가능한 값은 Parent, Sibling 또는 All입니다.

특성

적용 대상