Warnings.StagingBatchErrors 속성
참고: 이 API는 더 이상 사용되지 않습니다.
Gets the staging batch errors to treat as warnings.
네임스페이스: Microsoft.MasterDataServices.Deployment
어셈블리: Microsoft.MasterDataServices.Deployment(Microsoft.MasterDataServices.Deployment.dll)
구문
‘선언
<ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")> _
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
Get
‘사용 방법
Dim instance As Warnings
Dim value As Collection(Of StagingBatchError)
value = instance.StagingBatchErrors
[ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")]
public Collection<StagingBatchError> StagingBatchErrors { get; }
[ObsoleteAttribute(L"StagingBatchErrors are no longer included in the Warnings class")]
public:
property Collection<StagingBatchError^>^ StagingBatchErrors {
Collection<StagingBatchError^>^ get ();
}
[<ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")>]
member StagingBatchErrors : Collection<StagingBatchError>
function get StagingBatchErrors () : Collection<StagingBatchError>
속성 값
유형: System.Collections.ObjectModel.Collection<StagingBatchError>
The staging batch errors to treat as warnings.