Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the target type of the batch member.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
[DataMemberAttribute]
public Nullable<RelationshipType> TargetType { get; set; }
public:
[DataMemberAttribute]
property Nullable<RelationshipType> TargetType {
Nullable<RelationshipType> get();
void set(Nullable<RelationshipType> value);
}
[<DataMemberAttribute>]
member TargetType : Nullable<RelationshipType> with get, set
<DataMemberAttribute>
Public Property TargetType As Nullable(Of RelationshipType)
Property Value
Type: System.Nullable<RelationshipType>
The target type of the batch member.
See Also
StagingBatchError Class
Microsoft.MasterDataServices.Services.DataContracts Namespace
Return to top