StagingBatchErrors プロパティ
この例外に関連付けられたステージング バッチ エラーを取得します。
名前空間: 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> ) > ) >
StagingBatchError 型のコレクション。