다음을 통해 공유


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 네임스페이스