共用方式為


DeploymentStagingException.StagingBatchErrors 屬性

Gets the staging batch errors associated with the exception.

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

語法

'宣告
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
    Get
'用途
Dim instance As DeploymentStagingException 
Dim value As Collection(Of StagingBatchError)

value = instance.StagingBatchErrors
public Collection<StagingBatchError> StagingBatchErrors { get; }
public:
property Collection<StagingBatchError^>^ StagingBatchErrors {
    Collection<StagingBatchError^>^ get ();
}
member StagingBatchErrors : Collection<StagingBatchError>
function get StagingBatchErrors () : Collection<StagingBatchError>

屬性值

型別:System.Collections.ObjectModel.Collection<StagingBatchError>
The collection of staging batch errors associated with the exception.

請參閱

參考

DeploymentStagingException 類別

Microsoft.MasterDataServices.Deployment 命名空間