Freigeben über


ValidationProcessResult-Klasse

Holds validation process results.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..ValidationProcessResult

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

Syntax

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

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 ExtensionData Gets or sets an object that contains extra data.
Öffentliche Eigenschaft MembersInvalidCount Gets or sets the number of members found to be not valid during validation.
Öffentliche Eigenschaft MembersValidatedCount Gets or sets of the number of members validated as part of validation proc.
Öffentliche Eigenschaft MembersValidCount Gets or sets the number of members found to be valid during validation.

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.