次の方法で共有


StagingBatchError.TargetCode プロパティ

ターゲット コードを取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property TargetCode As String
    Get
    Set
'使用
Dim instance As StagingBatchError
Dim value As String

value = instance.TargetCode

instance.TargetCode = value
[DataMemberAttribute]
public string TargetCode { get; set; }
[DataMemberAttribute]
public:
property String^ TargetCode {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member TargetCode : string with get, set
function get TargetCode () : String
function set TargetCode (value : String)

プロパティ値

型: System.String
ターゲット コードを表す文字列。

関連項目

参照

StagingBatchError クラス

Microsoft.MasterDataServices 名前空間