Поделиться через


Свойство StagingBatchError.TargetType

Gets or sets the target type of the batch member.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property TargetType As Nullable(Of RelationshipType)
    Get 
    Set
'Применение
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>)

Значение свойства

Тип: System.Nullable<RelationshipType>
The target type of the batch member.

См. также

Справочник

StagingBatchError Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts