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.

请参阅

参考

Warnings 类

Microsoft.MasterDataServices.Deployment 命名空间