Właściwość StagingBatchError.TargetType
Pobiera lub ustawia typ miejsce docelowe.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property TargetType As Nullable(Of RelationshipType)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Nullable<RelationshipType>
Jedną z wartości RelationshipType.Możliwe wartości to nadrzędnej, element równorzędny lub wszystkie.