Udostępnij przez


Właściwość StagingBatchError.ErrorCode

Pobiera lub ustawia kod błędu, który jest skojarzony z powodu błędu.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property ErrorCode As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
Ciąg reprezentujący kod błędu.