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。

属性

适用于