次の方法で共有


DeploymentStagingException.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<StagingBatchError>
例外に関連付けられたステージング バッチ エラーのコレクション。

関連項目

参照

DeploymentStagingException クラス

Microsoft.MasterDataServices.Deployment 名前空間