共用方式為


StagingBatchError.Message 屬性

Gets or sets a description of the error.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property Message As String
    Get
    Set
'用途
Dim instance As StagingBatchError
Dim value As String

value = instance.Message

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

屬性值

型別:System.String
A string that represents the error description.

請參閱

參考

StagingBatchError 類別

Microsoft.MasterDataServices 命名空間