Share via


ValidationProcessResult-Klasse

Represents the result of a validation process.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..ValidationProcessResult

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "ValidationProcessResult", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationProcessResult
'Usage
Dim instance As ValidationProcessResult
[DataContractAttribute(Name = "ValidationProcessResult", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessResult
[DataContractAttribute(Name = L"ValidationProcessResult", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationProcessResult
[<DataContractAttribute(Name = "ValidationProcessResult", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessResult =  class end
public class ValidationProcessResult

Der ValidationProcessResult-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ValidationProcessResult Initializes a new instance of the ValidationProcessResult class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft MembersInvalidCount Gets or sets the number of members found to be invalid during validation.
Öffentliche Eigenschaft MembersValidatedCount Gets or sets the number of members found to be valid during validation.
Öffentliche Eigenschaft MembersValidCount Gets or sets the number of members validated as part of validation process.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.