ServicesErrors プロパティ
警告として扱う Microsoft.MasterDataServices.Services API エラーのコレクションを取得します。
名前空間: Microsoft.MasterDataServices.Deployment
アセンブリ: Microsoft.MasterDataServices.Deployment (Microsoft.MasterDataServices.Deployment.dll)
構文
'宣言
Public ReadOnly Property ServicesErrors As Collection(Of Error)
Get
'使用
Dim instance As Warnings
Dim value As Collection(Of Error)
value = instance.ServicesErrors
public Collection<Error> ServicesErrors { get; }
public:
property Collection<Error^>^ ServicesErrors {
Collection<Error^>^ get ();
}
member ServicesErrors : Collection<Error>
function get ServicesErrors () : Collection<Error>
プロパティ値
型: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Error> ) > ) >
警告として扱う Microsoft.MasterDataServices.Services API エラーのコレクション。