StagingBatchError.ErrorCode 属性

Gets or sets the error code that is associated with the error.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property ErrorCode As String
    Get
    Set
用法
Dim instance As StagingBatchError
Dim value As String

value = instance.ErrorCode

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

属性值

类型:System.String
A string representing the error code.

请参阅

参考

StagingBatchError 类

Microsoft.MasterDataServices 命名空间