다음을 통해 공유


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 네임스페이스