TargetType 属性

Gets or sets the relationship type of a member in a staging batch.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.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< (Of < ( <'RelationshipType> ) > ) >
A RelationshipType.