StagingBatchError.TargetType Propriedade

Definição

Obtém ou define o tipo de destino.

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)

Valor da propriedade

Nullable<RelationshipType>

Um dos valores de RelationshipType. Os valores possíveis são Parent, Sibling ou All.

Atributos

Aplica-se a