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 命名空间