Partager via


Propriété StagingBatchError.TargetType

Gets or sets the target type of the batch member.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property TargetType As Nullable(Of RelationshipType)
    Get 
    Set
'Utilisation
Dim instance As StagingBatchError 
Dim value As Nullable(Of RelationshipType)

value = instance.TargetType

instance.TargetType = value
[DataMemberAttribute]
public Nullable<RelationshipType> TargetType { get; set; }
[DataMemberAttribute]
public:
property Nullable<RelationshipType> TargetType {
    Nullable<RelationshipType> get ();
    void set (Nullable<RelationshipType> value);
}
[<DataMemberAttribute>]
member TargetType : Nullable<RelationshipType> with get, set
function get TargetType () : Nullable<RelationshipType>
function set TargetType (value : Nullable<RelationshipType>)

Valeur de propriété

Type : System.Nullable<RelationshipType>
The target type of the batch member.

Voir aussi

Référence

StagingBatchError Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts