StagingBatchErrors 屬性
Gets the staging batch errors associated with this 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< (Of < ( <'StagingBatchError> ) > ) >
A collection of type StagingBatchError.