次の方法で共有


StagingBatchError.TargetType プロパティ

ターゲットの種類を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.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>
RelationshipType の値の 1 つ。有効値は Parent、Sibling、または All です。

関連項目

参照

StagingBatchError クラス

Microsoft.MasterDataServices 名前空間